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

Documentation Index

Fetch the complete documentation index at: https://docs.suprsonic.com/llms.txt

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

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