Get started with Processing API
The typical flow for using the Processing API is:
- Request an upload URL.
- Upload recording to the provided URL. Use HTTP PUT and set right
ContentType. - Start session processing with the upload URL and session metadata. Keep the returned
processingId. - Wait for the webhook to be called informing that the session processing or session note processing is finished.
- Download insights for the
processingId. - Delete all produced data for the
processingId.