Documents and Files
VectorHub has document upload and processing routes in backend1/Client/server_endpoints.py.
Verified routes include:
POST /uploadPOST /upload/v2POST /upload/previewPOST /documentsPOST /import_collectionPOST /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.