v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-01441490.1 KB
Chatbot

List Chatbots

get/chatbot/list

Query parameters

brain_idstring

The ID of the brain to filter chatbots

Response

api_keystring nullable

The API key for the chatbot

brain_idstring

The ID of the brain associated with the chatbot

created_atstring

The creation timestamp of the chatbot

idstring

The ID of the chatbot

namestring

The name of the chatbot

urlsstring[] nullable

An array of URLs associated with the chatbot

user_idstring

The ID of the user who owns the chatbot

Example response

[
  {
    "api_key": "83816958-931c-42c0-9a21-c6f61c7cdcdb",
    "brain_id": "37d53982-bf08-4058-88d5-f91df0a7ab41",
    "created_at": "2024-02-18T19:00:11.989503+00:00",
    "id": "7a2e792d-cf48-49d2-a36d-186be034a9dc",
    "name": "Chatbot -1",
    "urls": [
      "https://byteleap.co",
      "https://ayushgoyal.dev"
    ],
    "user_id": "a7a690e6-2a83-4ec5-8eb2-73b0c1d0aa9c"
  }
]