Retrieve channel information for youtube.
curl -X GET "https://api.gateway.walee.ai/api/ask/yt/channel/info?handle={handle}" \ -H "x-api-key: YOUR_API_KEY"
{"success": true,"message": "YouTube channel info fetched successfully","payload": {}"success": true,"channel_info": {}"channel_id": "string","custom_url": "string","username": "string","is_removed": true,"is_hidden": true,"is_verified": true,"fullname": "string","picture": "string","description": "string","country": "string","followers": 0,"joined_at": "2025-07-07T09:58:48.672Z","total_views": 0,"links": [}"string"]
{ "success": false, "message": "Failed to fetch channel info" "payload": {} }
{ "success": false, "message": "Something went wrong. Please try again later." "payload": {} }