cURL
curl --request POST \ --url https://api.anam.ai/v1/knowledge/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Create a new knowledge group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully created knowledge group
Was this page helpful?