API Reference

extraction

Extraction endpoint is used to submit document images that need to have their data extracted

To simplify the data extraction process, you can directly invoke the POST /extraction method. This endpoint handles the full extraction workflow with minimal setup required.

However, to ensure optimal results, especially when image quality is uncertain, we’ve also provided the POST /validation method. This allows you to verify whether the submitted images meet the necessary quality criteria before proceeding with extraction.

If your use case involves consistently high-quality images—where documents are clearly visible, readable, and properly centered—you can integrate directly with the POST /extraction method. On the other hand, if you're unable to guarantee a controlled image capture environment, or if you're serving a wide range of users with varying camera quality, we recommend using the POST /validation method to pre-screen images.