Skip to main content
GET
Get Theme Keyword Sentiment
Returns sentiment data for each keyword within a theme. Use this to identify which keywords drive positive or negative sentiment.

Parameters

string
required
Unique identifier for the theme.
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.
string
Filter by sentiment label (e.g., positive, neutral, negative).
integer
Page number for pagination.
integer
Page size for pagination.
number
Filter by a single prompt ID.
number[]
Filter by multiple prompt IDs. Maximum 10 values.

Response

Returns 200 OK with an array of keyword sentiment objects.
object[]
required
Array of keyword sentiment objects.

Example

Response

Status codes

What’s next