curl --request GET \
--url 'https://api.keyapi.ai/v1/youtube/get_channel_id_from_url?channel_url=https%3A%2F%2Fwww.youtube.com%2F%40CozyCraftYT' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"channel_id": "UCeu6U67OzJhV1KwBansH3Dg",
"channel_url": "https://www.youtube.com/channel/UCeu6U67OzJhV1KwBansH3Dg"
},
"requestId": "91bf1793-f8ee-49a9-bebe-7c2fe1808076"
}Get the channel ID (channel_id) from a YouTube channel URL. Supports multiple URL formats including @username format, /channel/ format, /c/ format, and /user/ format.
curl --request GET \
--url 'https://api.keyapi.ai/v1/youtube/get_channel_id_from_url?channel_url=https%3A%2F%2Fwww.youtube.com%2F%40CozyCraftYT' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"channel_id": "UCeu6U67OzJhV1KwBansH3Dg",
"channel_url": "https://www.youtube.com/channel/UCeu6U67OzJhV1KwBansH3Dg"
},
"requestId": "91bf1793-f8ee-49a9-bebe-7c2fe1808076"
}π€ Why Code When AI Can Do It For You?
Stop writing code like itβs 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
Channel URL Supports multiple formats such as: https://www.youtube.com/@username, https://www.youtube.com/channel/UCxxxxxx, https://www.youtube.com/c/channelname
"https://www.youtube.com/@CozyCraftYT"
The response is of type object.