API ReferenceKnowledge Bases
/public/knowledge-bases/{knowledgeBaseId}
Authorization
ApiKeyAuth X-Api-Key<token>
API key for authentication. Passed as a header on every request.
In: header
Path Parameters
knowledgeBaseId*string
Header Parameters
X-API-Version?string
Response Body
curl -X GET "https://companion-api.napster.com/public/knowledge-bases/string"{
"id": "string",
"name": "string",
"provider": "azureOpenAI",
"itemsCount": 0,
"created": 0,
"tags": {
"property1": "string",
"property2": "string"
}
}{
"code": "string",
"description": "string",
"type": "failure",
"numericType": 0
}