Discover hooks

Pull the exact hooks similar products are running right now, with the video and app each one came from.

Request

{
  "question": "I am building a screen time app that makes you do pushups whenever you want to use your phone. Find hooks that similar screen time apps are using, ideally from the last 7 days.",
  "response_fields": {
    "hooks":     { "type": "array", "description": "The hook line, one per video" },
    "videos":    { "type": "array", "description": "URL of the video the hook is from, index-aligned with hooks" },
    "app_names": { "type": "array", "description": "The screen time app being promoted, index-aligned with hooks" }
  }
}

Response

{
  "conversationId": "...",
  "answer": {
    "hooks": [
      "I gave my phone a bouncer. He charges 20 pushups at the door",
      "POV: your screen time app just made you earn Instagram"
    ],
    "videos": ["https://www.tiktok.com/@lockedinapp/video/74...", "https://www.tiktok.com/@gymtoksaru/video/74..."],
    "app_names": ["Lockout", "ScreenFit"]
  }
}