Skip to main content
POST
Request presigned URL for large files

Body

application/json
filename
string
required

The name of the file to be uploaded (e.g. big-video.mp4)

contentType
string

The MIME type of the file (e.g. video/mp4). Defaults to application/octet-stream

Response

200 - application/json

Success

url
string

The temporary URL to PUT your file to

key
string

The file_key to use in the subsequent POST /deliverables call