cURL
curl --request POST \ --url https://v1.transcript.lol/api/requestUploadPermit \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "s3UploadId": "<string>", "uploadId": "<string>", "partNumber": 123 }'
{ "uploadId": "<string>", "uploadUrl": "<string>" }
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.
OK
The response is of type object.
object
Was this page helpful?