POST
/
v1
/
files
/
presigned-url
{
  "id": "<string>",
  "filename": "<string>",
  "content_type": "<string>",
  "url": "<string>",
  "upload_method": "PUT",
  "preview_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Request for generating a presigned URL for file upload.

Response

Successful Response

Response containing a presigned URL for file upload.