Skip to main content
POST
cURL

Авторизации

Authorization
string
header
обязательно

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

Параметры пути

token
string
обязательно

Параметры запроса

filename
string

Ответ

201 - application/json

Attachment information

token
string
обязательно

Token for the uploaded file

Пример:

"xxxxxxxxxxx"

size
number
обязательно

File size in bytes

Пример:

1024

url
string
обязательно

URL of the uploaded file

Пример:

"/bucket/xxxxx"

path
string
обязательно

file path

Пример:

"/table/xxxxxx"

mimetype
string
обязательно

MIME type of the uploaded file

Пример:

"video/mp4"

presignedUrl
string
обязательно

Preview url

width
number

Image width of the uploaded file

Пример:

100

height
number

Image height of the uploaded file

Пример:

100

Последнее изменение 4 сентября 2026 г.