API Reference

Asynchronous processing

We recommend using asynchronous processing for documents > 50 pages in length. Otherwise, if using the basic /chunk_url endpoint, there is a risk of disconnection and erroring due to longer response times.

The chunk url endpoint will return a JSON in the following form:

{
  "JobId": "958873d4-e949-45c8-a6b4-0498d2c18260",
  "Tracking": {
    "URL": "/status/958873d4-e949-45c8-a6b4-0498d2c18260"
  }
}

You can track the status of the job by hitting Get Status with the provided job id (or just directly hitting the "Tracking" -> "URL" link with the API.

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!