Find winning videos
Get every video that recently started working for an account, with the explanation of what changed included right in the field.
Request
{
"question": "get me every video that started working for @hoopify and explain what they started doing differently",
"response_fields": {
"videos": { "type": "array", "description": "Include the URLs followed by the explanation for why it started doing well" }
}
}Response
{
"conversationId": "...",
"answer": {
"videos": [
"https://www.tiktok.com/@account/video/7384... — switched to faster hooks and native captions",
"https://www.tiktok.com/@account/video/7390... — leaned into trending audio with a bold on-screen claim"
]
}
}