Skip to main content
GET
/
skills
/
{skill_id}
/
files
/
{*}
Get skill file
curl --request GET \
  --url https://api.duvo.ai/v1/skills/{skill_id}/files/{*} \
  --header 'Authorization: Bearer <token>'
{
  "content": "<string>",
  "path": "<string>",
  "contentType": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

skill_id
string<uuid>
required

Skill ID.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$
*
string
required

Relative path to the file inside the skill, e.g. SKILL.md.

Minimum string length: 1

Response

Default Response

content
string
required

UTF-8 decoded contents of the file

path
string
required

Relative path of the file inside the skill

contentType
string

MIME content type inferred from the file extension