Sign in
GET

/v1/tags

v1

List all tags


Retrieve the list of all article tags.


Request Examples

bash
curl "https://api.newsrank.ai/v1/tags" \
  -H "Authorization: Bearer nrf_your_api_key"

Response

json
[
  "breaking",
  "analysis",
  "opinion",
  "exclusive"
]

Try it

Server

Using sandbox demo key (5 req/min) — no signup required

Authentication
Demo key (sandbox)
Endpoint
GET /v1/tags