跳转到主要内容
GET
/
v1
/
youtube
/
get_channel_id_from_url
cURL
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"
}
🪙3 credits每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

channel_url
string
必填
示例:

"https://www.youtube.com/@CozyCraftYT"

响应

请求成功

The response is of type object.