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'
{ "statusCode": 123, "message": [ "<string>" ], "error": "<string>" }
Update a chatbot’s avatar.
The chatbot's id.
Avatar file to upload. File must be smaller than 5MB.
OK