Upload File to Vector Store
Runtime API - Vector Search
Upload File to Vector Store
Upload and process a file, adding it to the specified vector store
POST
Upload File to Vector Store
Documentation Index
Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
multipart/form-data
File upload with vector store and optional metadata
Response
{ success, documentId, vectorStore, file: { originalName, mimeType, size }, message } on success.