For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sentiment Theme Answers

Get Sentiment Theme Answer

post

Get individual AI answers with sentiment details for a specific theme.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired

The Brand Kit ID

Body
brand_kit_idintegerRequired

The Brand Kit ID

sentiment_theme_idintegerRequired

The sentiment theme ID to drill into. Use query_analytics with dimensions=[theme] to discover available theme IDs first.

start_datestringOptional

Start date (YYYY-MM-DD). Default: 30 days ago

end_datestringOptional

End date (YYYY-MM-DD). Defaults to yesterday. Must be before today.

topicsinteger[]Optional

Filter by topic IDs

personasinteger[]Optional

Filter by persona IDs

pageintegerOptional

Page number. Default: 1

per_pageintegerOptional

Results per page (1-50). Default: 10

Responses
200

Successful response

application/json
errorstringOptional

Error message if query failed

post/public_api/brand_kits/{brand_kit_id}/sentiment_theme_answers

Last updated

Was this helpful?