Endpoints
BOTS
Create and manage AI communication agents.
GET
/api/v1/botsAuth
List all bots for your tenant
POST
/api/v1/botsAuth
Create a new bot
Request Body
namestring (required)typewhatsapp | inbound_call | outbound_call | ivr | whatsapp_voicesystem_promptstringconfigobject (optional)GET
/api/v1/bots/:idAuth
Get bot details
PUT
/api/v1/bots/:idAuth
Update bot configuration
Request Body
namestringsystem_promptstringconfigobjectPOST
/api/v1/bots/:id/toggleAuth
Enable or disable a bot
DELETE
/api/v1/bots/:idAuth
Delete a bot permanently
Was this page helpful?