cURL
curl --request GET \ --url https://www.quikquery.io/api/v1/bots \ --header 'api-token: <api-key>'
[ { "_id": "<string>", "name": "<string>", "description": "<string>", "docGroup": [ "<string>" ], "openaiApiKey": "<string>", "isActive": true } ]
Returns all bots that user have it
bots response
The response is of type object[].
object[]