GET
/v1/categories
v1List all categories
Retrieve the list of all article categories.
Request Examples
bash
curl "https://api.newsrank.ai/v1/categories" \
-H "Authorization: Bearer nrf_your_api_key"Response
json
[
"politics",
"technology",
"business",
"science",
"health",
"sports",
"entertainment",
"world"
]Try it
Server
Using sandbox demo key (5 req/min) — no signup required
Authentication
Demo key (sandbox)
Endpoint
GET /v1/categories