API Reference
This section provides an abridged reference for the APIs. You'll find information about available methods, their parameters, and return values.
Endpoints
Get all assistants
GET /api/assistantsGet assistant by ID
GET /api/assistants/{id}Create assistant
POST /api/assistantsUpdate assistant
PUT /api/assistants/{id}Delete assistant
DELETE /api/assistants/{id}Update assistant with files
POST /api/assistants/filesGet assistants by organization
GET /api/assistants/organizationSend Message
POST /api/messages/sendSend Document
POST /api/messages/documentSend Image
POST /api/messages/imageTakeover AI
POST /api/takeover/aiHandover to AI
POST /api/handover/aiGet business chat sessions
GET /api/chat-sessionsGet app services by organization
GET /api/appservices/organizationGet notifications assigned
GET /api/notifications/assignedAssign notification
POST /api/notifications/assignResolve notification
POST /api/notifications/resolveCreate escalation event
POST /api/escalation-events/createGet escalation events
GET /api/escalation-eventsDelete escalation event
DELETE /api/escalation-events/{id}Update escalation event
PUT /api/escalation-events/{id}Create WhatsApp package
POST /api/channel-package/whatsappGet channel package
GET /api/channel-packageUpdate channel package
PUT /api/channel-package/{id}Delete channel package
DELETE /api/channel-package/{id}