Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

token
string
requerido

Parámetros de consulta

filename
string

Respuesta

201 - application/json

Attachment information

token
string
requerido

Token for the uploaded file

Ejemplo:

"xxxxxxxxxxx"

size
number
requerido

File size in bytes

Ejemplo:

1024

url
string
requerido

URL of the uploaded file

Ejemplo:

"/bucket/xxxxx"

path
string
requerido

file path

Ejemplo:

"/table/xxxxxx"

mimetype
string
requerido

MIME type of the uploaded file

Ejemplo:

"video/mp4"

presignedUrl
string
requerido

Preview url

width
number

Image width of the uploaded file

Ejemplo:

100

height
number

Image height of the uploaded file

Ejemplo:

100

Última modificación el 4 de septiembre de 2026