List knowledge bases
List available Knowledge Bases
Call the API endpoint to list the knowledge bases that are available to you.
Get details of Laws.Africa's Knowledge Bases.
Note: this API is a preview and may change in future.
Authorizations
sessionidstringRequired
Query parameters
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
Responses
200Success
application/json
get
/ai/v1/knowledge-basesGET /ai/v1/knowledge-bases HTTP/1.1
Host:
Accept: */*
200Success
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"code": "text",
"name": "text",
"description": "text",
"url": "https://example.com"
}
]
}Last updated