curl --request POST \
--url https://app.converza.io/api/openapi/v1/bots \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Bot de Suporte",
"instructions": "Você é um assistente de suporte amigável. Sempre seja útil e educado.",
"role": "dynamic",
"description": "Lida com consultas de suporte ao cliente",
"temperature": 0.7,
"identification_name": "João",
"questions": [
{
"question": "<string>",
"answer": "<string>"
}
],
"document_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"allow_human": true,
"actions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"endpoint": "<string>",
"method": "GET",
"headers": {},
"body": [
{
"key": "<string>",
"value": "<string>",
"type": "string"
}
]
}
],
"use_audio_responses": false,
"allow_user_audio_requests": false,
"capture_payments": false,
"break_lines": true,
"chat_model_level": 0
}
'