Skip to main content
GET
Get Competitive Theme Sentiment
Returns sentiment data grouped by brand and theme. Use this to compare how different brands are perceived across specific themes.

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 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 an array of brand-theme sentiment objects.
object[]
required
Array of brand-theme sentiment objects.

Example

Response

Status codes

What’s next