Gestiono

Create Bot

← Back to full API reference
POST/v1/botAuth required
  • Validated by Zod schema: postBot.

Request details

Body fields

FieldRequiredDescription
nameYesType: string
contextNoType: string
personalityNoType: string
typeYesType: string

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "name": "string",
  "type": "string"
}

Sample response

json
{
  "botId": "<botId>"
}