Get overall sentiment for project brand
Returns the project brand’s overall sentiment over the filtered mentions: average score (0-100), derived label, total mentions, and positive/neutral/negative counts.
Headers
Project ID to specify the project context
Body
Start date (inclusive)
"2025-01-01"
End date (exclusive)
"2025-02-01"
Filter by country codes
["BE", "FR"]Filter by language codes
["en", "fr"]Filter by AI models
["gpt-4o", "claude-3-5-sonnet"]Filter by query IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]Filter by source presence: "sources" (only with sources), "no_sources" (only without), "all" (no filter). Legacy true/false values are still accepted.
all, sources, no_sources Filter by shopping presence: "shopping" (only with shopping), "no_shopping" (only without), "all" (no filter). Legacy true/false values are still accepted.
all, shopping, no_shopping Filter by query tag IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]Filter by execution tag IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]Query tag matching mode: "or" matches ANY tag (default), "and" matches ALL tags.
and, or Execution tag matching mode: "or" matches ANY tag (default), "and" matches ALL tags.
and, or IANA timezone for date bucketing and filtering (e.g. "Europe/Brussels"). Defaults to UTC.
"Europe/Brussels"
Entity IDs to compute sentiment for. Defaults to project brand (primary non-blacklisted).
["3f8b1c2a-9d4e-4f6a-8b1c-2a9d4e4f6a8b"]Response
Average sentiment score (0–100). 0 = most negative, 100 = most positive.
72.3
Derived sentiment label based on score: positive (>= 60), neutral (40–59), negative (< 40).
"positive"
Total mention count included in the aggregation.
245
Count of mentions with positive sentiment.
165
Count of mentions with neutral sentiment.
52
Count of mentions with negative sentiment.
28