Authorizations
Body
application/json
Response
Knowledge base collection created successfully
The response is of type object
.
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>"
}
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>"
}
Knowledge base collection created successfully
The response is of type object
.