POST
/
upload

Uploads a file to the server and returns a file key. Use this file key in the Transcribe endpoint as the url field. Files are automatically deleted after 24 hours. The same file key can be used to transcribe the same file multiple times.

Authorizations

Authorization
string
header
required

API key authentication. Add your API key with format: Bearer <API_KEY>

Body

multipart/form-data
file
any
required

Response

200 - application/json
fileKey
string
required