Assets
Upload chatbot profile picture
Replaces the avatar shown next to assistant messages.
Endpoint
text
POST https://services.chatmount.co/v2/upload-chatbot-profile-pictureRequest
Content-Type: multipart/form-data. Required form fields:
chatbotId— the chatbot to updateprofilePictureFile— image file (binary)
Response
json
{
"message": "Chatbot Profile Picture uploaded successfully."
}Related