Go from an API token to your GEO Score in one call, then reuse the shared client and the worked guides for full integrations.Documentation Index
Fetch the complete documentation index at: https://docs.qwairy.co/llms.txt
Use this file to discover all available pages before exploring further.
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 GEO Score 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 |
|---|---|---|---|
| GEO Score | /performance | scores.global | Overall optimization score (0-100) |
| Brand Visibility | /performance | scores.mentionRate | % of responses mentioning your brand |
| Citation Rate | /performance | scores.sourceRate | % of responses citing your content |
| Share of Voice | /competitors | shareOfVoice | Your % of all competitor 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) |

