Components

Capturing Models

Async Capturing

Async

Async Capturing

Use the capturing services asynchronously.

The DocHorizon API offers both synchronous and asynchronous endpoints for capturing models. Asynchronous endpoints are required for integrating with your application via webhooks, or utilizing DocHorizon's Human in the Loop (HITL) service.

With synchronous capture requests, the API returns capturing data immediately. Asynchronous capture requests, on the other hand, return a job_id. This identifier allows you to manage and retrieve the job's outcomes at your convenience. The following operations are available for jobs associated with a job_id:

Additionally, the API includes endpoints to list available jobs linked to an API key.

Was this page helpful?