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/skills/{skill_id}/files \ --header 'Authorization: Bearer <token>'
{ "files": [ { "name": "<string>", "path": "<string>", "size": 123, "contentType": "<string>", "updatedAt": "<string>" } ] }
List all files in a skill.
API key authentication. Get your API key from the Duvo dashboard.
Skill ID.
Default Response
Files contained in the skill
Show child attributes