Skip to main content
GET
/
v1
/
intent
/
topics
/
{topicId}
/
trend
Get daily trend for a topic
curl --request GET \
  --url https://api.aws53.cloud/v1/intent/topics/{topicId}/trend
{
  "data": [
    {
      "date": "<string>",
      "topicName": "<string>",
      "type": "<string>",
      "industry": "<string>",
      "category": "<string>",
      "uniqueAudience": 123,
      "totalSignals": 123,
      "avgScore": 123,
      "highAudience": 123,
      "mediumAudience": 123,
      "lowAudience": 123
    }
  ]
}

Path Parameters

topicId
integer | null

Response

200 - application/json

Daily trend data

data
object[]
required