Endpoints
Request Upload Permit
Use this to upload a file directly into our storage service. Once the upload is finished, you can use the uploadId to create a transcript for that file. See our guide on how to use this feature.
POST
/
requestUploadPermit
Authorizations
X-API-KEY
string
headerrequiredBody
application/json
s3UploadId
string
requireduploadId
string
requiredpartNumber
integer
requiredNOTE: Part number is indexed from 1. It starts from part 1.
Response
200 - application/json
uploadId
string
requireduploadUrl
string
requiredWas this page helpful?