Skip to main content
GET
/
v1
/
categories
/
{slug}
Get Category Detail
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": ""
}

Path Parameters

slug
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

category
string
required
count
integer
required
skills
CategorySkillItem · object[]
required
name
string | null
description
string | null
icon
string | null
sample_keywords
string
default:""