Analyze the share of voice (no brand config required)
Analyze the share of voice with per-brand sentiment and addressed topics
Playground
Your organization, project and token stay in this browser's local storage and are sent
straight to the API — this page never sees them.
POST
item
query
requiredThe search query to analyze
text
requiredThe text to analyze
links
requiredThe links to analyze
provider_name
requiredThe provider name
config
domains
requiredThe brand's domains
llm_model
Override LLM model (provider:model_name)
Billing
Fixed cost per item requested, plus one model call that reads the answers and scores the brands in them. The cost follows how many answers the item carries and how long they are. Naming another model in llm_model changes the per-token rates.
These usage SKUs can be charged on a call.
SKU
Credits
Description
Tool call
1 per request
Charged once per successful item, on top of any usage below.
Gemini 3.1 Flash Lite (flex), input
125 per million tokens
Tokens the model reads from the prompt you send.
Gemini 3.1 Flash Lite (flex), output
750 per million tokens
Tokens the model writes in its answer.
Gemini 3.1 Flash Lite (flex), read from cache
12.5 per million tokens
Tokens the model reads from a cached prompt. Cheaper than a fresh read.
Gemini 3.1 Flash Lite (standard), input
250 per million tokens
Tokens the model reads from the prompt you send.
Gemini 3.1 Flash Lite (standard), output
1,500 per million tokens
Tokens the model writes in its answer.
Gemini 3.1 Flash Lite (standard), read from cache
25 per million tokens
Tokens the model reads from a cached prompt. Cheaper than a fresh read.
Schemas
item is what you send, config how the tool behaves,
and the response is what you get back.
A brand mentioned in the AI answer with rationale and per-topic sentiments.
namestringrequired
Brand name (lowercase, no duplicates, max 100 characters)
max length 100
rationalestringrequired
Concise explanation (1 sentence) of where/how the brand appears in the answer.
Example: "Recommended as budget option in the comparison section."
Example: "Listed among alternatives without detailed evaluation."
Example: "Mentioned as market leader in the introduction."
addressed_topicsarray
Topics discussed about THIS BRAND with their sentiment (max 3).
Each topic should be 1-3 words (e.g. "pricing", "reliability", "customer support").
Example for Nike: [{"topic": "durability", "sentiment": "positive"}, {"topic": "pricing", "sentiment": "negative"}, {"topic": "delivery", "sentiment": "neutral"}]