Contents
Table of Contents | ||
---|---|---|
|
...
Note | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
The Asynchronous Session API is currently in a
There might still be some bugs or inconsistencies, and changes could happen. Please contact the team if you want to test out this API at this stage. When this API is finished and ready, the old synchronous API will be
At that point
|
Summary of message flow
The recommended A typical message flow can be divided into three main parts:
...
A range of different webhooks is available to be sent with notifications about events. Which webhooks you want to receive is a choice in the session request.
Webhook status | Meaning |
---|---|
JsonDataReady | The JSON content is ready for download |
ReportReady | A PDF report is ready for download |
AllDone | The session is finished, and all contents are ready for download |
Failed | Something went wrong, and the session has been canceled. |
...