◉ Social Radar API
Backend for the Social Radar iOS app. Authenticate with Authorization: Bearer <key>.
| GET | /v1/health | status of integrations |
| GET | /v1/search?niche=fitness&platforms=youtube,instagram,tiktok&limit=18 | top creators for a niche |
| POST | /v1/creators/refresh | { ids: string[] } → fresh metrics |
| POST | /v1/creators/analyze | { id, videos[] } → hooks per video + creator playbook |
| POST | /v1/videos/resolve | { url } → video metadata |
| POST | /v1/videos/analyze | { url, platform?, videoID? } → format breakdown |
| GET | /v1/niches/suggest?q=fi | niche autocomplete |