Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
filename
string
required

Original file name including extension.

Example:

"launch-image.png"

content_type
enum<string>
required

MIME type of the file being uploaded.

Available options:
image/jpeg,
image/png,
image/webp,
video/mp4,
video/quicktime,
video/webm
Example:

"image/png"

Response

Signed upload URL created successfully.

data
object