ApiTopic analysis
Get summary analytics for a topic
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
Domain ID
topicId*string
Topic ID
Query Parameters
days*number
Response Body
application/json
curl -X GET "https://example.com/domains/507f1f77bcf86cd799439011/topics/507f1f77bcf86cd799439012/summary?days=0"{
"domainId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"topicId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"topicName": "Running Shoes",
"visibility": {
"averageScore": 72,
"reportCount": 12,
"latestReportDate": "2026-05-25T10:30:00.000Z"
},
"competition": {
"averageScore": 67,
"reportCount": 12,
"latestReportDate": "2026-05-25T10:30:00.000Z"
},
"periodDays": 30,
"generatedAt": "2026-05-25T10:30:00.000Z"
}