Skip to main content
PUT
/
v1
/
chatbot
/
avatar
/
{id}
Update Chatbot Avatar
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The chatbot's id.

Body

multipart/form-data

Avatar file to upload. File must be smaller than 5MB.

file
file

Response

OK