Skip to main content
POST
Create a presigned upload session

Authorizations

Authorization
string
header
required

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

Headers

X-Organization-Id
string | null

Body

application/json

POST /v1/asset-uploads body.

filename
string
required
Required string length: 1 - 500
mime_type
string
required
Required string length: 1 - 255
size_bytes
integer
required
Required range: 1 <= x <= 52428800

Response

Successful Response

POST /v1/asset-uploads response.

asset_id
string<uuid>
required
upload_url
string<uri>
required