Skip to main content

Upload Data To Tracker

Every tracker has a built-in vault for private data. Upload files to give your tracker additional context. Multiple trackers can share the same vault by referencing another tracker's ID (shared_vault_tracker_id). Learn more →


Upload via Console

  1. Open your tracker page
  2. Scroll to the Vault section
  3. Click Upload and select your files (PDF, CSV, etc.)
  4. Run the tracker — it now uses your data as context!

Supported Formats

TypeFormats
DocumentsPDF, CSV, TXT, Markdown
Structured DataJSON objects or arrays (via API)

Upload via API

curl -X POST https://api.quantinal.ai/v1/api/trackers/{tracker_id}/vault/sources \
-H "Authorization: Bearer qapi_..." \
-F "file=@report.pdf"
tip

Use your tracker_id in the URL. Find your tracker ID in the tracker details.


Tracker Vault reference → | API Reference →