Playground

Retrieve auto-generated or human captions API playground

Returns the caption cues for a specific YouTube video.

GETapiKey3 credits/requestyoutube.captionsResponseDoc

Selected endpoint

GET /youtube/captions/{id}

Returns the caption cues for a specific YouTube video.

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

Retrieve auto-generated or human captions

Returns the caption cues for a specific YouTube video.

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

Set up API key

Path parameters

Query 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": [
    {
      "text": "Andrew Mayne: Welcome to the OpenAI podcast.",
      "start": 0.399,
      "duration": 1.921
    }
  ]
}