Skip to main content
GET
/
v1
/
skills
/
{slug}
/
download
Download Skill
curl --request GET \
  --url https://api.agentpowers.ai/v1/skills/{slug}/download
{
  "url": "<string>",
  "slug": "<string>",
  "license_code": "<string>"
}

Path Parameters

slug
string
required

Response

Successful Response

url
string
required
slug
string
required
license_code
string | null