Skip to content

AI visibility

When a developer asks an AI assistant "what should I use for X?", the answer is a recommendation you never see. BackTalk asks those questions for you, on a schedule, across Claude, ChatGPT, Gemini and Perplexity, and tracks whether the answer names you or a competitor. That slice of recommendations is your AI share of voice.

It runs on your own AI keys, like everything else in BackTalk: no markup, no metering, and the models answer exactly as they would for a real user of that provider.

How it works

  1. You define topics. A topic is one buying decision: the questions buyers ask (its prompts), the names your product goes by (your aliases), and the competitors to watch. Manage them under AI visibility → Manage topics.
  2. BackTalk asks the models. On every probe, each prompt is asked several times per model, because answers vary run to run. One-off answers are noise; repeated samples are a signal.
  3. Mentions are extracted. Your default AI key reads each answer and records which brands were recommended, in what order, plus any new names it saw and any citations the model returned.
  4. You read the standings. Share of voice is your slice of all tracked-brand mentions. The dashboard shows the leaderboard, the trend, and per-model splits; click any prompt to read the actual answers behind the numbers.

Set it up

Two steps, both on the AI visibility page the first time you visit:

  1. Add AI provider keys in Settings. Every saved key with Probe enabled takes part; the toggle is on each provider card. More providers means a fuller picture, but even one works.
  2. Create your first topic with a few prompts, your aliases, and the competitors you care about.

Your first results arrive on the next scheduled probe, or immediately with Probe now on Pro and Business.

Probe cadence by plan

PlanScheduled probesManual "Probe now"
SoloWeeklyNot included
ProDaily6 per day
BusinessDailyUnlimited

Owners and admins can dial the cadence down (or off) in Settings → AI visibility to save tokens; the plan sets the fastest allowed. Solo tracks up to 3 topics; Pro and Business are unlimited.

Events in your inbox

Probe results file events into the same inbox as your listening signals, under the AI answers source:

They obey the same triage flow as every other signal, and the AI visibility badge in the nav counts the ones you haven't seen.

What it costs

Probing spends tokens on your own provider keys, at each provider's rates, with no markup from BackTalk. A daily probe of one topic with five prompts across four providers is typically a few cents a day; the extraction step runs on your cheapest default key. Dial the cadence down any time.

Troubleshooting

API and MCP

Everything above is available programmatically: GET /api/v1/ai/topics, GET /api/v1/ai/share-of-voice and GET /api/v1/ai/answers on the REST API, and the list_ai_topics, get_share_of_voice and list_ai_answers tools on the MCP server.