Skip to main content
GET
/
v1
/
youtube
/
get_channel_id
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/youtube/get_channel_id?channel_name=LinusTechTips' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "channel_id": "UCXuqSBlHAE6Xw-yeJA0Tunw",
    "channel_name": "LinusTechTips"
  },
  "requestId": "bef65a1d-ff85-493a-a23f-5f7cd4c57f14"
}
πŸͺ™3 creditsper request

Copy for AI

πŸ€– 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.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

channel_name
string
required

Channel name

Example:

"LinusTechTips"

Response

The response is of type object.