API Reference
Brand mentions
A brand mention is a single occurrence of a tracked brand inside an AI response, recorded together with its position in the answer and its sentiment score. Brand mentions are read-only.
Endpoints
-
GET
/api/v1/brand-mentionsList brand mentionsReturns every brand mention detected across the active project. The response is paginated, with the newest mentions returned first by default.
-
GET
/api/v1/brand-mentions/{brandMention}Get a brand mentionReturns a single brand mention. The mention must belong to a response in the active project.