Q: REST API
Can you outline what's included in the REST API? Is this just to connect it to other tools like make.com or Claude? Also, are you going to be building an MCP so that we can load these maps into a content workflow?
Info_TopicalMapAI
May 24, 2026A: Hi, thank you for the question.
The REST API is live and documented at topicalmap.ai/docs/api. Base URL is https://topicalmap.ai/api/v1 with Bearer token auth. Current endpoints:
- GET /maps — list your maps with filters and pagination
- POST /maps/create — generate a new map programmatically
- GET /maps/{mapId} — fetch a specific map
- GET /credits — check your balance
- Plus key management endpoints
Tier 3 includes 200 API requests per day, Tier 4 includes 500. Both tiers allow up to 5 API keys per account.
Yes, the API is designed to plug into tools like Make.com, n8n, Zapier, custom scripts, or your own Claude integrations anything that can send authenticated HTTP requests. People use it most for bulk map generation,pulling maps into their own content workflows, and embedding T MAI into client deliverable pipelines.
On MCP, an MCP server isn't built yet, but it's a good fit for what you're describing (loading maps directly into Claude or Cursor for content workflows) and I'll add it to the roadmap. I don't have a firm date but I'll prioritize it based on demand. If you want me to flag you when it ships, reply with your email and I'll add you to the notification list.
Best,
Megan