Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vatis.tech/llms.txt

Use this file to discover all available pages before exploring further.

This section applies only to batch jobs

Webhook notification

This is the recommended flow to export results as it does not require constant requests to check stream states, and assures the delivery using the exponential backoff retry mechanism.
This method requires an accessible server to receive the notifications.

Polling

Use this method for developing and testing, or when exposing an HTTP server is not possible.