POST
/
createTranscript
curl --request POST \
  --url https://v1.transcript.lol/api/createTranscript \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "sourceUrl": "https://www.youtube.com/watch?v=0EqSXDwTq6U",
  "transcriptLangCode": "es"
}'
{
  "transcriptId": "<string>",
  "sourceUrl": "<string>",
  "platform": "<string>",
  "title": "<string>",
  "description": "<string>",
  "thumbnailUrl": "<string>",
  "duration": 123,
  "currentStatus": "<string>",
  "failureReason": "<string>",
  "uploaderId": "<string>",
  "uploaderName": "<string>",
  "uploadedAt": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type object.