LF LogoLFX Logo

DocuAgent

Run content checks on processed documents

For automation

POST to trigger, then poll GET /{id} until output is ready.

POSTStep 1
/execution/sdu-check-content-executions

Trigger content check. Response: { id }

{
  "checker_config_id": "{checker_config_id}",
  "order_id": [
    "{order_id}"
  ],
  "doc_types_to_check": [
    "{doc_type}"
  ]
}
GETStep 2
/execution/sdu-check-content-executions/{id}

Poll until output is ready. Use id from step 1 response.