Skip to main content
POST
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

token
string
obbligatorio

Parametri della query

filename
string

Risposta

201 - application/json

Attachment information

token
string
obbligatorio

Token for the uploaded file

Esempio:

"xxxxxxxxxxx"

size
number
obbligatorio

File size in bytes

Esempio:

1024

url
string
obbligatorio

URL of the uploaded file

Esempio:

"/bucket/xxxxx"

path
string
obbligatorio

file path

Esempio:

"/table/xxxxxx"

mimetype
string
obbligatorio

MIME type of the uploaded file

Esempio:

"video/mp4"

presignedUrl
string
obbligatorio

Preview url

width
number

Image width of the uploaded file

Esempio:

100

height
number

Image height of the uploaded file

Esempio:

100

Ultima modifica il 4 settembre 2026