Insight
Insight allows you to collect insight data for keyword content understanding.
[POST] /api/v2/products/insight
[PUT] /api/v2/products/insight/:id/pause
[PUT] /api/v2/products/insight/:id/resumeCreate an insight
Request
[POST] /api/v2/products/insightPayload
{
"query": {
"keywords": "Lorem ipsum dolor sit amet",
"platforms": [
"twitter",
"reddit",
"news",
"youtube-videos",
"youtube-comments",
"facebook",
"instagram",
"linkedin",
"tiktok"
],
"dimensions": [
"textual",
"visual",
"audial"
]
}
}Example
Response
Pause an insight
Example
Response
Resume an insight
Example
Response
Last updated