Skip to main content
GET
/
api
/
v1
/
categories
Get all categories
curl --request GET \
  --url https://www.suprsonic.com/api/v1/categories \
  --header 'Authorization: Bearer <token>'
[
  {
    "category": "how_to_guide",
    "usage_count": 15
  }
]

Authorizations

Authorization
string
header
required

Admin API key for managing accounts and creating content

Response

Successfully retrieved categories

category
enum<string>

The category name

Available options:
opinion_piece,
industry_forecast,
how_to_guide,
comparison,
deep_research,
checklist,
roundup
usage_count
integer

Number of published articles using this category

Required range: x >= 1