GET
/
fetch_youtube_transcript
curl --request GET \
  --url https://api.carbon.ai/fetch_youtube_transcript \
  --header 'authorization: <api-key>'
{
  "status": "<string>",
  "error": "<string>",
  "data": "<string>",
  "raw_transcript": [
    {}
  ]
}

Authorizations

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Query Parameters

id
string
required
raw
boolean
default:
false

Response

200
application/json
Successful Response
status
string
required
error
string | null
data
string | null
raw_transcript
object[] | null