Dichat
GET/bot/list

Lista perfis de bots disponíveis

Descrição

Lista perfis de bots disponíveis

Exemplo de requisição

curl -X GET 'https://api-server.dichat.com.br/bot/list' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Respostas

200Response
application/json
{
  "code": 200,
  "data": {
    "profiles": [
      {
        "Attributes": "Travel expert",
        "Category": "synthetic",
        "Commands": null,
        "CommandsDescription": "It's me, Lorena! I'm a world traveler and would love to help you plan your next trip. Ready for an adventure? ✈️",
        "Description": "It's me, Lorena! I'm a world traveler and would love to help you plan your next trip. Ready for an adventure? ✈️",
        "IsDefault": false,
        "JID": "13135550070@s.whatsapp.net",
        "Name": "Lorena",
        "PersonaID": "997884654811738$1444593136177238",
        "Prompts": [
          " I don't know where to travel.",
          " Help me plan a weekend trip.",
          " I want to go somewhere hot."
        ]
      }
    ]
  },
  "success": true
}