Back to YouTube
TikHub·YouTube
YouTube Web: Get channel ID from URL V2
/api/v1/youtube/web/get_channel_id_v2sync$0.0015 / callConvert YouTube channel URL to channel ID.. Supports multiple URL formats including @username, /channel/, /c/, /user/ formats. (TikHub · YouTube Web)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| channel_url | string | yes | www.youtube.com / @username, https: / www.youtube.com / channel / UCxxxxxx, https: / www.youtube.com / c / channelname |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/youtube/web/get_channel_id_v2","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.