POST
/
api
/
transcribeFile
curl --request POST \
  --url https://api.transcribetube.com/api/transcribeFile \
  --header 'Content-Type: multipart/form-data' \
  --header 'api-key: <api-key>' \
  --form 'language=<string>' \
  --form 'webhookUrl=<string>'

Authorizations

api-key
string
header
required

Body

multipart/form-data

Video/Audio upload

The body is of type object.