cURL
curl --request POST \ --url https://api.timbal.ai/orgs/{org_id}/k2 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "path": "<string>", "uid": "<string>" }
Create a new knowledge base
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Name for the new knowledge base
Knowledge base created