Skip to content

Documents and Files

VectorHub has document upload and processing routes in backend1/Client/server_endpoints.py.

Verified routes include:

  • POST /upload
  • POST /upload/v2
  • POST /upload/preview
  • POST /documents
  • POST /import_collection
  • POST /api/v1/download

Document parsing is also connected to LlamaParse workflows through api/llamaparse.py and direct document routes such as /llamaparse/documents/:document_id.

The upload request schema is not yet stable enough to document as a public contract.