v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
collections

Create a collection

Creates a new collection within a knowledge base.

Rate limit: 10 requests per minute

post/knowledge-bases/{id}/collections

Path parameters

idstring required

The ID of the knowledge base the article is being added to.

Request body

descriptionstring

Description of the collection.

parent_collection_idstring

The id of the collection associated to the article

slugstring

The slug of the collection. Defaults to a slug based on the title.

titlestring required

The title of the collection.

Response

request_idstring

The request ID for tracking.