POST/api/v1/documents/upload🔒 Auth required
Upload a single document file
Request body
Content-Type: multipart/form-data
| Field | Type | Description |
|---|---|---|
| filerequired | binary | The document file (PDF, XLSX, DOCX, …) |
| project_idrequired | UUID | Target project ID |
Responses
202Accepted — processing startedUploadResponse
{
"document_id": "UUID",
"status": "str",
"deduplicated": "bool"
}413File too large
