API Reference
Upload media file
Upload a file and get a file key. The file will be automatically deleted after 24 hours.
POST
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
API key authentication. Add your API key with format: Bearer <API_KEY>
Body
multipart/form-data
Response
200 - application/json