Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

token
string
erforderlich

Abfrageparameter

filename
string

Antwort

201 - application/json

Attachment information

token
string
erforderlich

Token for the uploaded file

Beispiel:

"xxxxxxxxxxx"

size
number
erforderlich

File size in bytes

Beispiel:

1024

url
string
erforderlich

URL of the uploaded file

Beispiel:

"/bucket/xxxxx"

path
string
erforderlich

file path

Beispiel:

"/table/xxxxxx"

mimetype
string
erforderlich

MIME type of the uploaded file

Beispiel:

"video/mp4"

presignedUrl
string
erforderlich

Preview url

width
number

Image width of the uploaded file

Beispiel:

100

height
number

Image height of the uploaded file

Beispiel:

100

Zuletzt geändert am 4. September 2026