These endpoints manage company-level files and folders only. Entity-scoped
file endpoints (attached to exposures, policies, events, etc.) are planned for
a future release.
Key Concepts
- Folder — a named container that can hold files and other folders. Folders form a tree via
parentFolderId(null = root). - File — a binary object with metadata (name, MIME type, category). Files can optionally live inside a folder.
- Folder contents — the
GET /folders/{folderId}endpoint returns a mixed list of files and subfolders, discriminated by thecontentTypefield (fileorfolder). - Soft delete — both file and folder deletes are soft (the record is marked as deleted). Deleting a folder recursively soft-deletes all contents.
