API Reference
Get a specific domain sentiment report
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
UUID of the domain
Format
uuidreportId*string
UUID of the report
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/api/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08/sentiment/reports/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "domainId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "reportDate": "2026-05-25T10:30:00.000Z", "models": [ "chatgpt" ], "positivePercentage": 62, "neutralPercentage": 28, "negativePercentage": 10, "overallScore": 52, "overallSentiment": "positive", "detailedResults": [ [ null ] ]}