Create an Agent Bot
POST
/api/v1/accounts/{account_id}/agent_bots
Account AgentBots
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//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
Path Params
account_id
integerÂ
required
Body Params application/json; charset=utf-8