Skip to content

Influencer Hero API (1.4.2)

API documentation for the Influencer Hero platform.

Download OpenAPI description
Languages
Servers
https://api.influencer-hero.com/

Test endpoints

Endpoints to test authenticated and public requests

Operations
Operations
Operations
Operations

Request

Retrieves influencer handles or topic-tags for use in relevance, audience_relevance, and search filters.

Security
ApiKeyAuth
Query
qstringrequired

Search term.

typestring

Filter type. Use topic-tags for lookalike influencers, and search for any influencer. Defaults to search.

Default "search"
Enum"topic-tags""search"
platformstringrequired

Platform to search.

Enum"instagram""tiktok""youtube"
curl -i -X GET \
  'https://api.influencer-hero.com/v1/search/database_influencers?q=string&type=topic-tags&platform=instagram' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

List of matching influencer handles or tags.

Bodyapplication/json
itemsArray of strings
Response
application/json
{ "items": [ "therock", "eminem", "techreview" ] }

Request

Retrieves location IDs and names for use in geo and audience_geo filters.

Security
ApiKeyAuth
Query
qstringrequired

Search term for location lookup.

curl -i -X GET \
  'https://api.influencer-hero.com/v1/search/locations?q=string' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

List of matching locations.

Bodyapplication/json
Response
application/json
{ "items": [ { … }, { … }, { … }, { … } ], "inputPhrase": "United" }
Operations
Operations

Affiliate Tracking

[Advanced] Server-side endpoints for tracking affiliate actions and performance. For most use cases, the client-side tracking script will be sufficient.

Operations
Operations

Webhooks

Receive real-time notifications when events occur in your account. Webhooks are secured via HMAC-SHA256 signatures.

Webhooks