GET
/
get-citations
Get citations
curl --request GET \
  --url https://api.trakkr.ai/get-citations \
  --header 'Authorization: Bearer <token>'
{
  "citations": [
    {
      "id": "cit_001",
      "text": "Acme was mentioned in the 2025 CRM report.",
      "date": "2025-01-15",
      "source": "AI Model"
    },
    {
      "id": "cit_002",
      "text": "Acme cited as a top brand in email marketing.",
      "date": "2025-01-16",
      "source": "Anthropic"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Query Parameters

brand
string
required

The brand ID (32-character hexadecimal string)

Required string length: 32

Response

200
application/json

Successful response

The response is of type object.