Referencia de APIChats / Bot
Create Bot
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| name | Yes | Type: string |
| context | No | Type: string |
| personality | No | Type: string |
| type | Yes | Type: string |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"name": "string",
"type": "string"
}Sample response
json
{
"botId": "<botId>"
}