Create an Agent Bot
POST
/platform/api/v1/agent_bots
AgentBots
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/platform/api/v1/agent_bots' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"description": "string",
"outgoing_url": "string"
}'
Response Response Example
200 - Example 1
{
"id": 0,
"name": "string",
"description": "string",
"account_id": 0,
"outgoing_url": "string"
}
Request
Body Params application/json; charset=utf-8