curl --request GET \
--url 'https://api.keyapi.ai/v1/youtube/get_channel_url?channel_id=UCeu6U67OzJhV1KwBansH3Dg' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"channel_id": "UCeu6U67OzJhV1KwBansH3Dg",
"channel_url": "https://www.youtube.com/channel/UCeu6U67OzJhV1KwBansH3Dg",
"vanity_url": "http://www.youtube.com/@CozyCraftYT"
},
"requestId": "2e5cb962-218f-4eb1-a547-ba1be49a8a4e"
}Get the channel handle (@username) from a YouTube channel ID. This is the reverse operation of get_channel_id.
Use cases: When you have a channel ID and need the @username format URL When you need to display a user-friendly channel link
curl --request GET \
--url 'https://api.keyapi.ai/v1/youtube/get_channel_url?channel_id=UCeu6U67OzJhV1KwBansH3Dg' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"channel_id": "UCeu6U67OzJhV1KwBansH3Dg",
"channel_url": "https://www.youtube.com/channel/UCeu6U67OzJhV1KwBansH3Dg",
"vanity_url": "http://www.youtube.com/@CozyCraftYT"
},
"requestId": "2e5cb962-218f-4eb1-a547-ba1be49a8a4e"
}π€ 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.