Skip to main content
GET
Get Overall Sentiment
Returns overall sentiment breakdown for your brand mentions across AI platforms. Includes counts for positive, neutral, and negative sentiment, plus the change (delta) compared to the previous period of equal length.

Parameters

string
required
Bearer token. Format: Bearer slat_<your-token>.
integer
Number of days for the analysis window.
string
Start of date range. ISO 8601 format (e.g., 2026-02-01T00:00:00Z).
string
End of date range. ISO 8601 format.
number
Filter by topic ID.
number
Filter by brand ID.
string
Filter by brand name.
string[]
Filter by one or more platforms: CHATGPT, PERPLEXITY, GOOGLE_AI_OVERVIEW, GOOGLE_AI_MODE, GEMINI, CLAUDE.
string
Filter by ISO country code for region.
number
Filter by a single prompt ID.
number[]
Filter by multiple prompt IDs. Maximum 10 values.

Response

Returns 200 OK with the sentiment summary.
integer
required
Count of positive sentiment mentions.
integer
required
Count of neutral sentiment mentions.
integer
required
Count of negative sentiment mentions.
integer
required
Change in positive sentiment compared to the previous period.
integer
required
Change in neutral sentiment compared to the previous period.
integer
required
Change in negative sentiment compared to the previous period.

Example

Response

Delta values compare the current period to the previous period of equal length. A positiveSentimentDelta of 10 means 10 more positive mentions than the prior period.

Status codes

What’s next