You need an API token (
Bearer qw-api-..., Growth plan or above) and your brand ID. See Authentication to create a token and List Brands to find your brand ID.Quick Start
Get your brand’s performance scores in one command:Guides
Worked, copy-pasteable integrations built on the shared client below.Custom Dashboard
Build a branded GEO dashboard with KPIs and competitor rankings
Weekly Reports
Automate week-over-week performance reports
Competitive Analysis
Track your position against competitors
Data Export
Export data for BI tools (BigQuery, Snowflake, CSV)
API Client
Reusable client with error handling for all guides on this site.All guides on this site use this client. Copy it to your project or adapt it to your needs.
TypeScript Types
Type definitions for the API client.Pagination
Fetch all results when you have more than 100 items.Field Reference
Mapping between business metrics and API fields:| Business Metric | Endpoint | Field | Description |
|---|---|---|---|
| Mention Rate | /performance | scores.mentionRate | % of brand-mentioning responses that mention yours |
| Citation Rate | /performance | scores.sourceRate | % of source-citing responses that cite your domain |
| Coverage | /performance | scores.coverage | % of all monitored responses mentioning your brand |
| Share of Voice | /performance | scores.shareOfVoice | Your % of all brand mentions (SELF + DIRECT) |
| Share of Voice (per competitor) | /competitors | shareOfVoice | A competitor’s % of all brand mentions |
| Share of Citations | /source-domains | rate | Source’s % of all citations |
| Sentiment | /performance | scores.sentiment | Average sentiment score (0-100) |
| Average Position | /competitors | avgPosition | Average rank in AI responses (1 = first) |
| Mentioned but not cited | /answers | hasSelfMention + hasSelfSource | Responses where you’re mentioned but not linked |
| AI search queries | /search | query | Web queries triggered by AI before responding |
| Perception scores | /perception | current.scores | Sentiment, alignment, consistency, factual alignment (0-100) |
| Content articles | /content | articles | Content Studio articles (Markdown via /content/{id}) |
| AI Readiness Score | /technical-analysis | aiReadiness.score | robots/llms/sitemap readiness (0-100) |

