Skip to main content
GET
/
bots
cURL
curl --request GET \
  --url https://www.quikquery.io/api/v1/bots \
  --header 'api-token: <api-key>'
[
  {
    "name": "<string>",
    "description": "<string>",
    "_id": "<string>",
    "docGroup": [
      "<string>"
    ],
    "openaiApiKey": "<string>",
    "isActive": true
  }
]

Authorizations

api-token
string
header
required

Response

bots response

name
string
required

The name of the bot

description
string
required

The description of the bot

_id
string
docGroup
string[]

The doc group of the bot

openaiApiKey
string

The openai api key of the bot

isActive
boolean

The status of the bot