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
Documentation IndexFetch the complete documentation index at: https://docs.quikquery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quikquery.io/llms.txt
Use this file to discover all available pages before exploring further.
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