01
Get your access key
Create a free account and copy your access key from the dashboard.
AI Answers API
Run one prompt across every major AI model and get their answers plus cited sources.
Track visibility across
POST https://api.trackee.dev/v1/prompts/run
{ "prompt": "best crm software", "engines": ["chatgpt", "perplexity"] }POST /v1/prompts/run
Clean, predictable JSON that is easy to parse and build on. 3 credits per engine.
curl -X POST https://api.trackee.dev/v1/prompts/run \
-H "x-access-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "What are the best CRM software tools?",
"engines": ["chatgpt", "perplexity"]
}'{
"success": true,
"credits": { "charged": 6, "remaining": 4994 },
"data": {
"prompt": "What are the best CRM software tools?",
"results": [
{
"engine": "chatgpt",
"model": "gpt-4o-mini",
"answer": "There are several excellent CRM tools...",
"sources": []
},
{
"engine": "perplexity",
"model": "sonar",
"answer": "The best CRM software tools include...",
"sources": ["https://www.salesforce.com/crm/best-crm/"]
}
]
}
}From access key to your first call in minutes.
01
Create a free account and copy your access key from the dashboard.
02
Send one request with the x-access-key header. No SDK required.
03
Parse the typed response and ship it into your product, dashboard, or agent.
Skip four different LLM integrations. Send one prompt, choose your engines, and get structured answers back.
Send a prompt once and get the answer from ChatGPT, Claude, Gemini, and Perplexity side by side, without a separate SDK for each.
Turn on web search and each answer comes back with the source URLs the model used, so you can see what is shaping the response.
Diff how the models answer the same question, or use the answers to ground your own product, research, or AEO work.
Each result is the same shape: engine, model, answer, and sources, so it is easy to parse and store.
SDKs and tools
Start with Node.js over REST, or hand the query to an agent. The same visibility contract sits underneath.
One predictable contract for visibility checks, normalized results, and organization-scoped access.
Official TypeScript and Python clients are on the way.
Let Claude, Codex, Cursor, or your own agent query Trackee through MCP and agent-ready tools.
Use the same underlying data in a visual workspace for teams that prefer to inspect and compare results.
const response = await fetch(
"https://api.trackee.dev/v1/track",
{
method: "POST",
headers: {
"x-access-key": process.env.TRACKEE_ACCESS_KEY,
"Content-Type": "application/json",
},
body: JSON.stringify({
brand: "Acme",
prompt: "best project management software",
engines: ["chatgpt", "claude", "google"],
}),
},
);
const visibility = await response.json();ChatGPT, Claude, Gemini, and Perplexity. You choose which engines to run per request and are charged 3 credits per engine.
Set web_search to true. Engines that browse the web then return the source URLs they used in the sources array. Perplexity returns sources by default.
Visibility runs a prompt and checks whether a specific brand is mentioned. AI Answers returns the raw answers and sources, with no brand matching, so you can build on them however you want.
See every field and status code in the API reference.
One access key
Check whether ChatGPT, Claude, Gemini, and Perplexity mention your brand for any prompt.
Get a domain's Google position and AI Overview presence for any keyword.
Search volume, CPC, and competition for any list of keywords, in one request.
Find the web pages that mention your brand for any query.
Discover the domains that compete for your keywords in Google, ranked by visibility.
Save brands with their prompts and competitors, then reuse them. Free to manage.
Turn one seed keyword into hundreds of related ideas with volume, CPC, and intent.
Store every check and query your visibility history by brand, engine, and date.
Run one prompt across every major AI model and get their answers plus cited sources.