Playground

Retrieve video metadata & captions API playground

Returns title, description, stats, and captions for a YouTube video ID.

GETapiKey3 credits/requestyoutube.videoResponseDoc

Selected endpoint

GET /youtube/video/{id}

Returns title, description, stats, and captions for a YouTube video ID.

Group
YouTube
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey3 credits/requestvideoResponseDoc

Retrieve video metadata & captions

Returns title, description, stats, and captions for a YouTube video ID.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "title": "Sam Altman on AGI, GPT-5, and what’s next — the OpenAI Podcast Ep. 1",
    "description": "On the first episode of the OpenAI Podcast, Sam Altman joins host Andrew Mayne to talk about the future of AI: from GPT-5 and AGI to Proj...",
    "duration": 2423,
    "published_at": "2025-06-18T07:59:20-07:00",
    "author": "OpenAI",
    "author_channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A"
  }
}