Process a file into chunks ready for vector database storage.
POST/v1alpha/file-processors/process
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated. This endpoint blocks until processing completes, which can hold a connection open for large files. Use POST /file-processors/jobs to submit the file asynchronously and poll GET /file-processors/jobs/{job_id} for the result. Supports direct upload via multipart form or processing files already uploaded to file storage via file_id. Exactly one of file or file_id must be provided.
Request
Responses
- 200
- 400
- 429
- 500
- default
The processed file chunks.
Bad Request
Too Many Requests
Internal Server Error
Default Response