/workspaces/{workspaceId}/documents/{documentId}
endpoint.curl --location --request POST '/workspaces//documents' \
--form 'file=@""'
{
"documentId": "f8b7e6d5-c4b3-2a1e-0d9c-8b7a6f5e4d3c",
"processingInfo": {
"fileSize": 0,
"detectedPages": 1,
"qualityScore": 0.85,
"warnings": [
"LOW_RESOLUTION_DETECTED: Image DPI is below recommended 300."
]
}
}