BetaThe v2 API is in beta — fields and behavior may change without notice. For stable production usage, see the API v1 Reference.

Assets

Upload chatbot icon

Replaces the chat-bubble icon shown in the floating launcher.

Endpoint

text
POST https://services.chatmount.co/v2/upload-chatbot-icon

Request

Content-Type: multipart/form-data. Required form fields:

  • chatbotId — the chatbot to update
  • chatbotIconFile — image file (binary)

Response

json
{
  "message": "Chatbot chat icon uploaded successfully."
}

Related