Back to YouTube
TikHub·YouTube

YouTube Web V2: Get video information V2

/api/v1/youtube/web_v2/get_video_info_v2sync$0.0015 / call

Fetch 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
FieldTypeRequiredDescription
video_idstringVideo ID
video_urlstringURL/Video URL ( videoid )
need_formatbooleanWhether 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.