Skip to main content
GET
/
v2
/
skills
/
{skill_id}
/
download
Download Skill
curl --request GET \
  --url https://api.duvo.ai/v2/skills/{skill_id}/download \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<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.

Response

Default Response