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
Response
EvoAI bot instance created successfully
Example response
{
"message": "EvoAI bot instance created successfully"
}