Upload Files
File Vault API
Upload Files
POST /api/v1/file-vault/upload
POST
Upload Files
Upload one or more documents into the File Vault. Send the request asDocumentation Index
Fetch the complete documentation index at: https://docs.titletrackr.com/llms.txt
Use this file to discover all available pages before exploring further.
multipart/form-data.
Request
One or more files. Use repeated
files[] parts for multiple uploads.Target folder id. Omit to upload to the workspace root. Must be a folder in
your workspace.
Example
Partial failures
Files are validated individually. If some succeed and others fail (e.g. a PDF over the page limit), the response is still201 with the successful files in
files and per-file reasons in errors:

