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
Creates and places new insight into queue
Request
[POST] /api/v2/products/insightPayload
query hash
Query of insight request.
query.keywords string
Keywords for insight analytic.
query.platforms array of string
Social media outlets to run analyses over. At least one of
- twitter
- reddit
- news
- youtube-videos
- youtube-comments
- facebook
- instagram
- linkedin
- tiktok
query.dimensions array of string
Dimensions involved in analysis. At least one of
- textual
- audial
- visual
query.location optional string
Specify cities or zip codes to gather data from.
Only work on twitter, youtube-videos and youtube-comments
query.sneak_peek optional boolean
If true, run preview analysis; else, run analysis continually over time
{
"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
Successful or failed creation notice.
Pause an insight
Pauses the insight from collecting data.
Example
Response
Successful or failed pause notice.
Resume an insight
Resumes the insight to continue collecting data.
Example
Response
Successful or failed resume notice.
Last updated