Skip to main content
POST
cURL

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

token
string
requis

Paramètres de requête

filename
string

Réponse

201 - application/json

Attachment information

token
string
requis

Token for the uploaded file

Exemple:

"xxxxxxxxxxx"

size
number
requis

File size in bytes

Exemple:

1024

url
string
requis

URL of the uploaded file

Exemple:

"/bucket/xxxxx"

path
string
requis

file path

Exemple:

"/table/xxxxxx"

mimetype
string
requis

MIME type of the uploaded file

Exemple:

"video/mp4"

presignedUrl
string
requis

Preview url

width
number

Image width of the uploaded file

Exemple:

100

height
number

Image height of the uploaded file

Exemple:

100

Dernière modification le 4 septembre 2026