cURL
curl --request GET \ --url https://api.urltodata.ai/v1/youtube/video \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "description": "<string>", "duration": 123, "channel": { "id": "<string>", "name": "<string>" }, "tags": [ "<string>" ], "thumbnail": "<string>", "uploadDate": "2023-11-07T05:31:56Z", "viewCount": 123, "likeCount": 123, "isLive": true, "transcriptLanguages": [ "<string>" ] }
Documentation IndexFetch the complete documentation index at: https://docs.urltodata.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key as Bearer token (e.g. Bearer mp_abc123_secret)
YouTube video ID or URL
Video metadata
Duration in seconds
Show child attributes