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.
cURL
curl --request GET \ --url https://api.duvo.ai/v2/teams/{teamId}/files \ --header 'Authorization: Bearer <token>'
{ "files": [ { "id": "<string>", "name": "<string>", "path": "<string>", "created_at": "<string>", "updated_at": "<string>", "metadata": { "mimetype": "<string>", "size": 123 } } ] }
List files for the current team.
API key authentication. Get your API key from the Duvo dashboard.
Default Response
Files visible to the current team
Show child attributes