attachments
Post attachmentsnotify
Get Attachment information
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Response
201 - application/json
Attachment information
Token for the uploaded file
Example:
"xxxxxxxxxxx"
File size in bytes
Example:
1024
URL of the uploaded file
Example:
"/bucket/xxxxx"
file path
Example:
"/table/xxxxxx"
MIME type of the uploaded file
Example:
"video/mp4"
Preview url
Image width of the uploaded file
Example:
100
Image height of the uploaded file
Example:
100