Documentation Index
Fetch the complete documentation index at: https://docs.getcitable.com/llms.txt
Use this file to discover all available pages before exploring further.
What it does
Returns the brand’s topical authority matrix — Citation Rate, Mention Rate, Average Rank, and Sentiment broken down per competitor — filterable by journey stage, persona, and AI model. Defaults to non-branded prompts only (the canonical scope for recommendation work). Branded comparisons are available on the Grow tier and require explicit opt-in viaisBranded: true.
When to use
- “Where am I weakest on purchase-stage prompts?”
- “Who’s beating me on comparison queries for the founder persona?”
- “How does my sentiment look across stages?”
- “What’s my Citation Rate against [Competitor X]?”
When not to use
- The user wants a paid-ads-specific view — use
get_paid_ads_insights. - The user wants a recommended to-do list — use
get_geo_priorities. - The user wants past actions and outcome deltas — use
get_action_outcome_history.
Inputs
| Field | Type | Default | Meaning |
|---|---|---|---|
days | int (1–90) | 7 | Rolling window in days. |
stages | JourneyStage[] | all four | Subset of awareness_discovery / consideration_evaluation / purchase_intent / support_usage. |
personaNames | string[] | all | Filter to personas by display name. |
modelCodes | string[] | all configured | AI models, e.g. ["chatgpt", "perplexity"]. |
competitorNames | string[] | all tracked | Limit comparison set. |
isBranded | boolean | null | false | false = non-branded only (default), true = branded only (Grow-tier gated), null = both. |
Response
isYou, brand name, and either a numeric value or a { score, sampleSize, confidence } object for sentiment.
Notes
isBrandeddefault isfalse— non-branded prompts only — because non-branded is the recommendation-relevant scope. Passingtrueon a non-Grow brand returns the own-brand row withtierGated: trueand no competitor rows.- Per-competitor
averageRankandsentimentrows may be own-brand-only in some windows depending on sample size;citationRateandmentionRatealways have full competitor breakdowns.