Links
Comment on page

Images

You can use the API to get or upload images.
post
https://api.tiledesk.com/v3
/images/users
Upload a user image
Example:
curl -v -X POST -H 'Content-Type: multipart/form-data' -u [email protected]:123456 -F "file=@/Users/andrealeo/dev/chat21/tiledesk-server-dev-org/test.jpg" https://api.tiledesk.com/v3/images/users
get
https://api.tiledesk.com/v3
/images
Get the image binary by filename path
Example
curl -v -X GET -H -u [email protected]:123456 https://api.tiledesk.com/v3/images?path=uploads/users/5ebd890292befe0019054973/images/392224bb-0b1e-46b7-a131-183353be7645/test.jpg
Last modified 13d ago