Skip to content

Topology

semadoX uses a smart template system to extract structured data from documents. In this process, our templates are validated heavily. If the validation fails, we will take care of it, but that might take time. Even though we try to be as quick as possible when resolving problems with the templates tailored for you, it will certainly take longer than a common HTTP timeout. Therefore, our API is asynchronous. This means you send us a document and just get an ID back. The actual data follows with an additional HTTP request we will send to you.

General Topology

The order of operations is:

  1. Send data via the endpoint. Store the log_id, so you can associate the correct result in the webhook.
  2. Receive structured data via the webhook.