Back to YouTube
TikHub·YouTube
YouTube Web V2: Get video information V2
/api/v1/youtube/web_v2/get_video_info_v2sync$0.0015 / callFetch YouTube video details via an alternative extraction path (more stable field extraction). Use when v1 /getvideoinfo returns empty title/author (age-gated, unlisted, music videos, etc.) (TikHub · YouTube Web V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| video_id | string | — | Video ID |
| video_url | string | — | URL/Video URL ( videoid ) |
| need_format | boolean | — | Whether to return cleaned payload (default true) |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/youtube/web_v2/get_video_info_v2","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.