cURL
curl --request PUT \ --url https://api.droxy.ai/v1/chatbot/avatar/{id} \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form file=@example-file
This response does not have an example.
Update a chatbot’s avatar.
The chatbot's id.
Avatar file to upload. File must be smaller than 5MB.
The body is of type object.
object
OK