Influesque REST API
The same creator, sponsor, and audience data behind Influesque and the MCP server, over a plain REST API. Authenticate with an API key, and every billable call draws from the same credit allowance as MCP.
Base URL
https://platform.influesque.com/api/v1Your first call
curl -H "Authorization: Bearer ifsk_your_key" \
"https://platform.influesque.com/api/v1/creators?query=travel&country=NL"Get a key under Authentication, or grab the full machine-readable OpenAPI spec for Postman, code generation, or your own tooling.
Getting started
Reference
Creators
Search YouTube creators and fetch full profiles and audience demographics.
Sponsors
Search brands and sponsors, and see the creators a brand has worked with.
Niches & credits
List the valid niche categories for filtering, and check your own credit balance. Both are free.
Errors & limits
The error envelope, HTTP status codes, credit costs, rate limits, pagination, and fair-use caps for the REST API.