latestOpenAPI 3.1.22026-08-10223187.9 KB

7610937217a4

Create Express Request

Create Express Video Request

Simplified interface for creating new video enhancement requests.

This endpoint skips the need to gather video information and uses a single-URL upload rather than multi-part upload. Calling the accept and complete-upload endpoints are also no longer necessary.

This endpoint does not return the cost estimates. Once the system receives and analyzes the source video file, cost estimates will appear in the response of the status endpoint. The lower bound value will be billed.

The endpoint returns a direct upload URL to our cloud storage for you to HTTP PUT the video file to.

Response body

PropertyTypeDescription
requestIdUUIDUnique request identifier
uploadIdStringUpload identifier
uploadUrlsArrayURL(s) for uploading video
post/video/express

Request body

Response

Successful response

requestIdstring uuid
uploadIdstring

Upload ID for completing multi-part upload

uploadUrlsstring[]

URL to PUT the parts to