v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
attachments

Get Attachment information

post/attachments/notify/{token}

Path parameters

tokenstring required

Query parameters

filenamestring

Response

Attachment information

tokenstring required

Token for the uploaded file

sizenumber required

File size in bytes

urlstring required

URL of the uploaded file

pathstring required

file path

mimetypestring required

MIME type of the uploaded file

widthnumber

Image width of the uploaded file

heightnumber

Image height of the uploaded file

presignedUrlstring required

Preview url

Example response

{
  "token": "xxxxxxxxxxx",
  "size": 1024,
  "url": "/bucket/xxxxx",
  "path": "/table/xxxxxx",
  "mimetype": "video/mp4",
  "width": 100,
  "height": 100
}