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 profile picture

Replaces the avatar shown next to assistant messages.

Endpoint

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

Request

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

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

Response

json
{
  "message": "Chatbot Profile Picture uploaded successfully."
}

Related