curl --request GET \ --url https://catalystapi.superdashhq.com/api/v1/knowledgeBase/getKnowledgeBase/{workspaceId}/{kbId} \ --header 'x-api-key: <x-api-key>'
Copy
{ "knowledgeBase": { "label": "The Name of the knowledge base", "paragraphs": [ { "value": { "data": "The content of the paragraph", }, "key": "The paragraph key" } ], }}
Knowledge Base
Get Knowledge Base
GET
https://catalystapi.superdashhq.com/api
/
v1
/
knowledgeBase
/
getKnowledgeBase
/
{workspaceId}
/
{kbId}
Get Knowledge Base
Copy
curl --request GET \ --url https://catalystapi.superdashhq.com/api/v1/knowledgeBase/getKnowledgeBase/{workspaceId}/{kbId} \ --header 'x-api-key: <x-api-key>'
Copy
{ "knowledgeBase": { "label": "The Name of the knowledge base", "paragraphs": [ { "value": { "data": "The content of the paragraph", }, "key": "The paragraph key" } ], }}
{ "knowledgeBase": { "label": "The Name of the knowledge base", "paragraphs": [ { "value": { "data": "The content of the paragraph", }, "key": "The paragraph key" } ], }}