Images
You can use the API to get or upload images.
Upload a user image
POST
https://api.tiledesk.com/v3/images/users
Allows to upload an image 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 image binary file
Example:
Get the image binary by filename path
GET
https://api.tiledesk.com/v3/images
Query Parameters
Name
Type
Description
path
string
the image path in the repository
Headers
Name
Type
Description
Authorization
string
authorization token. Basic Auth or JWT
Example
Last updated