Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

token
string
required

Query Parameters

filename
string

Response

201 - application/json

Attachment information

token
string
required

Token for the uploaded file

Example:

"xxxxxxxxxxx"

size
number
required

File size in bytes

Example:

1024

url
string
required

URL of the uploaded file

Example:

"/bucket/xxxxx"

path
string
required

file path

Example:

"/table/xxxxxx"

mimetype
string
required

MIME type of the uploaded file

Example:

"video/mp4"

presignedUrl
string
required

Preview url

width
number

Image width of the uploaded file

Example:

100

height
number

Image height of the uploaded file

Example:

100

Last modified on March 5, 2026