v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
EvoAI Controller

Create a new evoai bot instance

Creates a new EvoAI bot with the provided configuration

post/evoai/create/{instance}

Path parameters

instancestring required

Name of the instance

Request body

enabledboolean required
agentUrlstring required
apiKeystring
triggerType'all' | 'keyword'
triggerOperator'contains' | 'equals' | 'startsWith' | 'endsWith' | 'regex' | 'none'
triggerValuestring
expireinteger
keywordFinishstring
delayMessageinteger
unknownMessagestring
listeningFromMeboolean
stopBotFromMeboolean
keepOpenboolean
debounceTimeinteger
ignoreJidsstring[]

Response

EvoAI bot instance created successfully

messagestring

Example response

{
  "message": "EvoAI bot instance created successfully"
}