POST
/
bots
cURL
curl --request POST \
  --url https://www.quikquery.io/api/v1/bots \
  --header 'Content-Type: application/json' \
  --header 'api-token: <api-key>' \
  --data '{
  "_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "docGroup": [
    "<string>"
  ],
  "openaiApiKey": "<string>",
  "isActive": true
}'
{
  "_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "docGroup": [
    "<string>"
  ],
  "openaiApiKey": "<string>",
  "isActive": true
}

Authorizations

api-token
string
header
required

Body

application/json

Bot object that needs to be added to the store

The body is of type object.

Response

200
application/json

Bot response

The response is of type object.