1
Request an upload URL
First, request a secure, pre-signed URL to upload your file.Response:The API will return the pre-signed
upload_url and the metadata needed for the upload headers.Save all the values from the
data object for the next step.2
Upload your audio file
Now, use the
upload_url and metadata from the previous response to upload the file with a PUT request.PUT request will return an HTTP 200 OK status with an empty body. The transcription process has now started.Authorizations
Body
application/json
Response
200 - application/json
Pre-signed URL generated successfully. Use the returned values to perform the PUT upload.