Skip to content

Topology

semadoX uses a smart template system to read data structured 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 we are trying to be as quick as possible resolving problems with the templates which are tailored for you, it will certainly take longer than a common HTTP timeout. Therefore, our API is asynchronous. The 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 webhook