Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get every folder path in storage, for building a folder picker
GET /storage/folders
curl http://localhost:3000/storage/folders \ -H "Authorization: Bearer <api_key>"
{ "folders": ["archive", "photos", "photos/2024"] }
folders
string[]
Was this page helpful?