Files
You can use the API to get or upload binary files.
Upload a user file
POST
https://api.tiledesk.com/v3/files/users
Allows to upload an file with autentication
Headers
Name
Type
Description
Authorization
string
authorization token. Basic Auth or JWT
Content-Type
string
use "multipart/form-data" value
Request Body
Name
Type
Description
file
binary
the binary file
Example:
Get the binary file as stream by filename path
GET
https://api.tiledesk.com/v3/files
Headers
Name
Type
Description
Authorization
string
authorization token. Basic Auth or JWT
Example
Download the binary file by filename path
GET
https://api.tiledesk.com/v3/files/download
Headers
Name
Type
Description
Authorization
string
authorization token. Basic Auth or JWT
Example
Last updated