Skip to main content

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.

The File Vault API lets you upload documents into TitleTrackr’s File Vault and organize them into folders.

Endpoints

MethodPathDescription
GET/api/v1/file-vault/foldersList folders.
POST/api/v1/file-vault/foldersCreate a folder.
POST/api/v1/file-vault/uploadUpload one or more files.

Typical flow

1

Create or find a folder (optional)

Create a folder to organize uploads, or upload to the workspace root.
2

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.