π€Bots
POST Bot/Create
{
"name": "string",
"instructions": "string",
"voiceId": "string",
"followUpInstructions": "string",
"manual": "bool",
"randomAudios": "bool"
}
//Returns the ID of the newly created botPOST Bot/Update
GET Bot/Get
GET Bot/Get/{botId}
GET Bot/Get/{botId}/links
POST Bot/Disconnect/{botId}
POST Bot/Skill/Add
GET Bot/Get/{botId}/skills
POST Bot/Skill/Remove
Last updated