Skip to main content
POST
/
media
/
uploads
/
{uploadId}
/
complete
Error
A valid request URL is required to generate request examples
{
  "uploadId": "<string>",
  "status": "INITIATED",
  "mediaId": "<string>",
  "failureCode": "<string>",
  "failureMessage": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uploadId
string
required

Application-level media upload identifier.

Response

200 - application/json

Upload completion accepted.

uploadId
string
required
status
enum<string>
required
Available options:
INITIATED,
UPLOADED,
READY,
FAILED,
ABORTED
mediaId
string
failureCode
string
failureMessage
string