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
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>"
}
'Was this page helpful?