Influesque API

Influesque data, in your stack

Query the same creator, sponsor, and audience data behind the app over plain HTTP and JSON. One API key, a clean REST surface, and an OpenAPI spec.

cURLJavaScriptPythonGoand any HTTP client

From key to JSON in two minutes

Pick an endpoint and a language, and watch a real request come back with data.

RequestInfluesque API
GET/v1/creators?query=travel&country=NL
curl -H "Authorization: Bearer ifsk_your_key" \
  "https://platform.influesque.com/api/v1/creators?query=travel&country=NL"
ResponseSending request
Waiting for response...

Built for developers

No new billing to learn, no surprises in production.

One key for everything

The same ifsk_ key powers the REST API and the MCP server. Create it in Settings, use it anywhere.

Credits you already have

Billable calls draw from the same credit allowance as the app and MCP. Listing niches and checking your balance are free.

OpenAPI spec included

Point Postman, a code generator, or your own tooling at the machine-readable spec and get typed clients for free.

Predictable JSON errors

Every error returns a machine-readable code and message, with clear status codes for auth, credits, and rate limits.

Start building today

Create a key, make your first call in a couple of minutes, and pull creator data into whatever you are building.