The File Vault API lets you upload documents into TitleTrackr’s File Vault and organize them into folders.Documentation Index
Fetch the complete documentation index at: https://docs.titletrackr.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/file-vault/folders | List folders. |
POST | /api/v1/file-vault/folders | Create a folder. |
POST | /api/v1/file-vault/upload | Upload one or more files. |
Typical flow
Create or find a folder (optional)
Create a folder to organize uploads, or upload to the
workspace root.
Upload your documents
POST /file-vault/upload with your files as
multipart/form-data.Supported file types
PDF, DOCX, DOC, PPTX, PPT, TXT, XLSX, XLS, PNG, JPG, JPEG, TIFF, GIF, BMP, WEBP.Limits: up to 100 MB per file and 500 pages per PDF. Image-heavy PDFs have
tighter limits (50 MB / 300 pages). Files that exceed a limit are rejected
with a reason in the
errors array — see Upload Files.
