1 file: create execution, upload to blob, poll GET /{id}. Supports PDF, images, XLS, XLSX.
/execution/sdu-extraction-executions
Create execution, get SAS URI
{
"field_config_id": "{field_config_id}",
"order_id": "{order_id}",
"nation": "{nation}",
"possible_doc_type": [
"{doc_type}"
],
"enable_image_preprocessing": true,
"validate_doc_type": false,
"flash_mode": false
}/execution/workflows/blob-upload
Upload file to blob (multipart). Supports PDF, images, XLS, XLSX.
{
"sasUri": "{from_step_1_response.fileSasUri}",
"file": "File"
}/execution/sdu-extraction-executions/{id}
Poll until output is ready