Async result export
POST {{baseUrl}}/api/{{apiV3Version}}/layout/:document-id/table-extraction/export/async
Export the extracted tables as a Excel file with multiple sheets. Support the file types uploaded from Upload document
API. This is an async mode API.
Request Body
{"exportFormat"=>"xlsx", "callback"=>"http://examplehost:8080/examplepath"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
{{idoxAPIKey}} | string | Please sign-up iDox.ai and get an API key. |
RESPONSES
status: OK
{"jobId":"6254ffc51283fa162a1450c6","taskCategory":"LAYOUT","taskSubcategory":"ASYNC_EXPORT_TABLE_EXTRACTION","status":"Processing","callback":"http://examplehost:8080/examplepath","startDateTime":"2022-04-12T04:27:49.533Z","expirationDateTime":"2022-04-13T04:27:49.533Z"}