Skip to main content
POST
Create folder

Authorizations

Authorization
string
header
required

API key issued via POST /v1/api-keys. Prefix is zsk_. Pass as Authorization: Bearer zsk_…. Scopes are enforced per key.

Body

application/json
name
string
required

Display name; must be unique among siblings.

parent_folder_id
object

Parent folder's ID. Omit (or send null) to create a root folder.

knowledge_base_id
string

Knowledge base ID. Defaults to the caller's org's primary KB.

Response

201 - undefined