Images
Last updated
Last updated
You can use the API to get or upload images.
POST
https://api.tiledesk.com/v3/images/users
Allows to upload an image with autentication
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Example:
GET
https://api.tiledesk.com/v3/images
Example
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization
string
authorization token. Basic Auth or JWT
Content-Type
string
use "multipart/form-data" value
file
binary
the image binary file
path
string
the image path in the repository
Authorization
string
authorization token. Basic Auth or JWT