curl --request GET \
--url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/kick/clip \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"clip": {}
},
"meta": {}
}Retrieve detailed metadata for a Kick clip including video URL and channel info
curl --request GET \
--url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/kick/clip \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"clip": {}
},
"meta": {}
}https://kick.com/xqc?clip=clip_01JGJHB6CEVFCQRYTVPM8DW892)Show Clip data properties
curl -X GET "https://yoinkit.ai/api/v1/openclaw/kick/clip?url=https://kick.com/xqc?clip=clip_01JGJHB6CEVFCQRYTVPM8DW892" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"success": true,
"data": {
"clip": {
"id": "clip_01JGJHB6CEVFCQRYTVPM8DW892",
"livestream_id": "45013036",
"category_id": "15",
"channel_id": 668,
"user_id": 13035177,
"title": "MonkaW",
"clip_url": "https://clips.kick.com/clips/7a/clip_01JGJHB6CEVFCQRYTVPM8DW892/playlist.m3u8",
"thumbnail_url": "https://clips.kick.com/clips/7a/clip_01JGJHB6CEVFCQRYTVPM8DW892/thumbnail.webp",
"video_url": "https://clips.kick.com/clips/7a/clip_01JGJHB6CEVFCQRYTVPM8DW892/playlist.m3u8",
"privacy": "CLIP_PRIVACY_PUBLIC",
"likes": 0,
"views": 11793,
"view_count": 11793,
"likes_count": 0,
"duration": 50,
"started_at": "2025-01-02T03:34:51.825Z",
"created_at": "2025-01-02T03:37:13.559618Z",
"is_mature": false,
"vod": {
"id": "2ba60535-342e-4397-b16a-fb739ca96b21"
},
"category": {
"id": 15,
"name": "Just Chatting",
"slug": "just-chatting",
"banner": "https://files.kick.com/images/subcategories/15/banner/b697a8a3-62db-4779-aa76-e4e47662af97",
"parent_category": "irl"
},
"creator": {
"id": 13035177,
"username": "cskorm",
"slug": "cskorm",
"profile_picture": null
},
"channel": {
"id": 668,
"username": "xQc",
"slug": "xqc",
"profile_picture": "https://files.kick.com/images/user/676/profile_image/conversion/931b4e8f-5445-427c-bd82-b473530390cc-thumb.webp"
}
}
},
"meta": {
"platform": "kick",
"endpoint": "clip",
"credits_used": 1,
"request_id": "req_abc123def456"
}
}