Skip to main content
POST
Create knowledge folder
Use this route to add a new folder to the knowledge tree.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs write scope.
string
required
application/json

Body parameters

string
required
Folder title.
string
required
Folder description. Can be an empty string.
string
Parent folder ID for nesting. Omit for a top-level folder.

Response

Returns the created knowledge folder object. See Organize knowledge for the shared folder fields.

Errors

The request body is malformed.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the write scope.
The parent folder does not exist, or you attempted a structure change the tree does not allow.