GET
/
knowledgebase
curl --request GET \
  --url https://atoms-api.smallest.ai/api/v1/knowledgebase \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
A list of knowledge bases

The response is of type object.