1. Influencers
Narrativ - Public Data API
  • Overview
  • YouTube
    • Get Channel Details
      GET
    • Get Followers Chart
      GET
    • Get Channels by Country
      GET
    • Get Social Volume
      GET
    • Get Video Details
      GET
  • Telegram
    • Get Channel Details
      GET
    • Get Social Volume
      GET
    • Get Post Details
      GET
  • X
    • Get Profile Details
      GET
    • Get Followers Chart
      GET
    • Get Social Volume
      GET
    • Get Post Details
      GET
    • Get Profile Cashtags
      GET
    • Get Profile Hashtags
      GET
    • Get Top Tweets
      GET
  • Universal
    • Account Content
      GET
    • Get Usage
      GET
  • Influencers
    • Get Influencer Categories
      GET
  1. Influencers

Get Influencer Categories

GET
https://api.narrativ.tech/functions/v1/get-influencer-categories
Use this endpoint to retrieve the canonical list of influencer content categories available in the Narrativ catalog. Each value is a tag you can pass to other endpoints (for example, category on Get influencers) for an exact match.
Categories are returned sorted A–Z. The list is rebuilt periodically from live data, so it reflects tags currently in use across influencers.

Request

Authorization
Add parameter in header
api-key
Example:
api-key: ********************

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Unauthorized - Missing Auth Token
🟠401Unauthorized - Invalid Key
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.narrativ.tech/functions/v1/get-influencer-categories' \
--header 'api-key: <api-key>'
Response Response Example
200 - List of Categories
{
    "data": [
        "actor",
        "adventure & outdoors",
        "animals & pets",
        "art & photography",
        "cryptocurrency",
        "education",
        "healthcare",
        "music & dance",
        "skilled trades",
        "technology",
        "travel",
        "vegan"
    ]
}
Previous
Get Usage
Built with