Folders & assignments
Create knowledge folder
Create a folder in the knowledge tree.
POST
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/jsonBody 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
400 Bad Request
400 Bad Request
The request body is malformed.
403 Forbidden
403 Forbidden
The API key does not include the
write scope.404 or Not Acceptable
404 or Not Acceptable
The parent folder does not exist, or you attempted a structure change the tree does not allow.

