async pdf text to field by doc id

POST {{aig-domain}}/api/v3/document-tool/{{document-id}}/pdf-text-to-field/async

Request Body

{"textToFieldList"=>[{"pageIndex"=>"0", "matchers"=>[{"regex"=>"text1", "fieldname"=>"field1"}, {"regex"=>"text2", "fieldname"=>"field2"}]}], "callback"=>"{{callback}}"}

HEADERS

KeyDatatypeRequiredDescription
iDox-API-Engine-Keystring

RESPONSES

status: OK

{"callback":"http://localhost:8080/test","expirationDateTime":"2023-09-04T08:17:22.318489Z","jobId":"64f44112a4f40665a841ee10","startDateTime":"2023-09-03T08:17:22.318488Z","status":"Processing","taskCategory":"DOC_TOOL","taskSubcategory":"ASYNC_PDF_TEXT_TO_FIELD"}