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>"
}

Documentation Index

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

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

Path Parameters

slug
string
required

Response

Successful Response

url
string
required
slug
string
required
license_code
string | null