Every score, mention, citation, and segment — available programmatically from day one. Wire Visiblee into Claude, ChatGPT, your own agent, scripts, and dashboards.
>
One X-API-Key header is all it takes. If it can make an HTTP request, it can read your AI visibility.
A single request returns structured, ready-to-render data — scores, deltas, and per-model breakdowns you can drop straight into your own views.
curl -s https://api.visiblee.ai/public/projects/acme/overview \
-H "X-API-Key: $VISIBLEE_API_KEY"{
"project": "acme",
"visibility_score": 72,
"delta_7d": 6,
"prompts": { "mentioned": 23, "tracked": 32 },
"models": [
{ "model": "chatgpt", "score": 81 },
{ "model": "claude", "score": 74 },
{ "model": "perplexity", "score": 68 },
{ "model": "gemini", "score": 64 }
],
"top_competitor": { "name": "rival.io", "score": 70 }
}Visibility score
Prompts
23 / 32
Rendered from the JSON on the left — drop it into your own dashboards, alerts, or reports.
The dashboard is just one view of your data. The API is the whole thing.
Every score, mention, citation, sentiment read, and segment is exposed over a clean REST API — no exports, no scraping, no waiting.
Claude, ChatGPT, Cursor, your own agent, a cron job, or a Notion dashboard. If it can send an HTTP request, it can read Visiblee.
Run scans on your schedule, post weekly visibility to Slack, or open a ticket when a competitor overtakes you — without touching the UI.
Account-scoped API keys you create, rotate, and revoke yourself. Authenticate with a single X-API-Key header.
A taste of the endpoints
Full reference/projects/projects/{id}/overview/projects/{id}/prompts/projects/{id}/competitors/projects/{id}/citations/projects/{id}/segmentsMost AI-visibility tools lock the API behind their top tier or a sales call. We include it on every plan, starting at $19/month.
Comparison reflects common practice across AI-visibility trackers; check each vendor's current plans for specifics.