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

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.

path
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