POST
/
v2
/
upload
curl --request POST \
  --url https://api.assemblyai.com/v2/upload \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/octet-stream'
{
  "upload_url": "https://cdn.assemblyai.com/upload/f756988d-47e2-4ca3-96ce-04bb168f8f2a"
}

Authorizations

Authorization
string
header
required

Body

application/octet-stream · file

The body is of type file.

Response

200
application/json

Media file uploaded successfully

The response is of type object.