How can I retrieve the processed document?

The document’s data set can be retrieved in one of two ways:

  • Webhooks serve as a real-time notification for the API. Clients may register callback URLs that will handle the notification messages. 
  • Clients may poll the document’s URL until a data set is provided. A 404 Not Found response will be returned until the document has finished processing. At that time, the data set will be provided with a 200 OK response.