Welcome to GetMint API Documentation
Everything the GetMint platform exposes — REST API, MCP server, and runnable recipes
Track how AI models talk about your brand — and act on it. This documentation covers the full public surface: the REST API, the MCP server for agents, and a cookbook of runnable recipes.
The Cookbook is the fastest path from an API key to a working call — every recipe names its endpoint, flags the gotchas, and ships runnable curl TypeScript Python side by side.
Get started
Grab an API key from your dashboard under Settings → API Keys — it is sent as the X-API-Key header on every request.
Point at the base URL — note the trailing /api, it is part of the path:
https://api.getmint.ai/apiMake your first call — list the domains your key can reach:
curl "https://api.getmint.ai/api/domains" -H "X-API-Key: $MINT_API_KEY"Every endpoint accepts X-API-Key (or a session Bearer token). Rate limit: 200 req/min per key, shared between REST and MCP — headers and backoff patterns in Rate Limits.
Explore
Cookbook
End-to-end recipes recreating the dashboards: visibility scores, competitor comparisons, citation share.
API Reference
Auto-generated reference for every endpoint — schemas, examples, and an interactive playground.
Rate limits
200 req/min per key, the headers we return, and backoff patterns.
Citations & Sources
Reference for the citation layers and source enrichment.
MCP Server
The same data as agent tools — connect Claude, ChatGPT, or Cursor to your GetMint account.
Model Capabilities
Live catalogue of every model the platform runs: sources, fan-out, market availability.