Skip to main content
Citations

Pages and domains AI models cite about a brand

View Markdown

Returns the pages (or domains) most frequently cited as sources by AI answers that mention a brand, with each source's mention count and share of voice. Reveals which content is shaping what AI says about you. Costs 35 credits.

POST/v1/citations/

Authorization

accessKey
x-access-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/citations/" \  -H "Content-Type: application/json" \  -d '{    "brand": "string"  }'
{
  "success": true,
  "credits": {
    "charged": 0,
    "remaining": 0
  },
  "data": {
    "brand": "string",
    "group_by": "string",
    "total_mentions": 0,
    "citations": [
      {
        "key": "string",
        "mentions": 0,
        "ai_search_volume": 0,
        "share": 0
      }
    ]
  }
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}