Get Perception Sources
Returns the source URLs backing a specific perception attribute for your own brand — the citations that contributed to how your brand is perceived.
Returns the source URLs backing a specific perception attribute for your own brand — the citations that contributed to how your brand is perceived.
Path Parameters
Project ID (see List Projects)
Query Parameters
Sort order: asc or desc (by appearances).
Page number (1-indexed, default: 1)
1 <= value1Items per page (default: 50, max: 1000)
1 <= value <= 100050Response Body
application/json
curl -X GET "https://example.com/projects/string/analytics/perception-sources?filter%5BstartDate%5D=2026-01-01&filter%5BendDate%5D=2026-03-19&filter%5Blanguages%5D=en%2Cde&filter%5Bcountries%5D=US%2CDE&filter%5Bmodels%5D=microsoft%2Fcopilot-search%2Cgoogle%2Fai-overview%2Cgoogle%2Fai-mode%2Cperplexity%2Fsearch%2Cgemini%2Fsearch%2Copenai%2Fchatgpt&filter%5BpromptTypes%5D=informational%2Cnavigational&filter%5BisBranded%5D=true&filter%5BpersonaIds%5D=string&filter%5BofferingIds%5D=string&filter%5BpromptTagIds%5D=string&filter%5BbrandIds%5D=string&filter%5Battribute%5D=string"{ "data": [ { "url": "string", "domain": "example.com", "urlPath": "string", "title": "string", "type": "string", "models": [ "string" ], "appearances": 0, "lastSeen": "string" } ], "pagination": { "page": 0, "limit": 0, "total": 0 }}Get Brand Perception GET
Returns how each brand is described in AI responses — the share of mentions carrying each perception attribute (e.g. reliable, innovative) — for your own brand and competitors.
Get Sentiment GET
Returns the sentiment distribution (positive / neutral / negative) of mentions for your own brand and competitors over the date range.