POST
/
api
/
transcribeVideo
curl --request POST \
  --url https://api.transcribetube.com/api/transcribeVideo \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "language": "en",
  "webhookUrl": "http://example.com/webhook",
  "youtubeVideoId": "dQw4w9WgXcQ"
}'

Authorizations

api-key
string
header
required

Body

application/json