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 } ]
Returns all bots that user have it
bots response
The name of the bot
The description of the bot
The doc group of the bot
The openai api key of the bot
The status of the bot