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/v1

Your 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.