Create a web app that accesses a nextcloud directory

Hello, I am a Vue.js devloper and for my work, I have to develop an vue app who connect to Nextcloud.

The app must be able to list and read files from a directory, save files to the drive, and delete them.

Is there natively an API that I can call with fetch() ?

Thanks for your help :slightly_smiling_face:

Check the developer documentation on getting started. And, did you mean to post this under the Sia app?

https://docs.nextcloud.com/server/latest/developer_manual/index.html

Hello, I think you could use this: GitHub - eneiluj/nextcloud-webdav-filepicker: 📂 File picker to interact with Nextcloud files