Create folder
Create a folder to organize DOCUMENTS in a business’s library.
Send an Idempotency-Key header to make a retry safe (a resend with the same
key returns the original folder instead of creating a duplicate).
Errors: 400 invalid_value: The business_id is not a valid UUID. 401 authentication_required: API key or token is missing, invalid, or revoked. 403 permission_denied: Your plan does not include API access, or this business is not in your org. 404 resource_not_found: No business with that ID exists. 422 IDEMPOTENCY_KEY_CONFLICT: The Idempotency-Key was reused with a different body. 429 rate_limit_exceeded: You sent too many requests this minute.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional. Send a unique value (e.g. a UUID) to make this create request safe to retry. A repeat with the same key returns the original response instead of creating a duplicate. Cached for 24h, scoped to your org. Reusing a key with a different body returns 422.
Path Parameters
A UUID identifier.
Body
Response
Successful Response
Folder ID
Business this folder belongs to
Folder name
Full folder path
When the folder was created
Parent folder ID
Last update time
