Skip to main content
POST
Create Intent

Authorizations

Authorization
string
header
required

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

Body

application/json

POST /uploads/intent body.

kind
string
required
mime
string
required
size
integer
required
filename
string
required

Response

Successful Response

POST /uploads/intent response — the client uses presignedPost to upload to S3.

uploadId
string<uuid>
required
presignedPost
PresignedPostDTO · object
required

The S3 presigned POST envelope — passed straight to the browser.