Upload
Endpoints
Upload
Upload a file for knowledge extraction
POST
Upload
Upload a file to Vrin for automatic text extraction, chunking, and fact extraction. Accepts multipart form data.
Bearer token. Example:
Bearer vrin_live_abc123The file to upload (multipart form field).
If
"true", persist extracted knowledge to the knowledge base. Sent as a form field.Check upload status
Upload status values
| Status | Description |
|---|---|
processing | File is being processed |
completed | Processing finished successfully |
done | Alias for completed |
failed | Processing failed |
Supported file types
| Format | MIME Type |
|---|---|
application/pdf | |
| CSV | text/csv |
| Text | text/plain |
| Markdown | text/markdown |