cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/categories/{slug}
{ "category": "<string>", "count": 123, "skills": [ { "slug": "<string>", "title": "<string>", "price_cents": 123, "description": "<string>", "currency": "<string>", "security_status": "<string>" } ], "name": "<string>", "description": "<string>", "icon": "<string>", "sample_keywords": "" }
Get single category with full metadata and skills.
1 <= x <= 100
x >= 0
Successful Response
Show child attributes
Was this page helpful?