cURL
curl --request GET \ --url https://api.geogen.io/v1/trends/sentiment \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "date": "<string>", "positive": 123, "neutral": 123, "negative": 123 } ] }
Get sentiment trend over time.
API key authentication. Format: Bearer wsk_your_api_key
Entity ID
Time period
7d
14d
30d
Comma-separated model UUIDs
Successful response
Show child attributes