POST
/
api
/
v1
/
knowledge-base
/
collection
Create knowledge base collection
curl --request POST \
  --url https://prod.featherhq.com/api/v1/knowledge-base/collection \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

Knowledge base collection created successfully

The response is of type object.