Skip to main content
Asynchronous generation returns control before the presentation is complete. Store the task identifier, treat intermediate states as non-final, and handle failures explicitly.

Cloud

Create a Cloud v3 asynchronous generation task, poll its status, or subscribe a webhook endpoint to supported events. Verify webhook processing is idempotent because delivery may be retried.

Async generation

Submit and monitor a Cloud task.

Webhooks

Subscribe and process generation events.

Task-status endpoint

Inspect the Cloud polling response.

Subscribe webhook endpoint

Inspect the Cloud subscription request.

Self-hosted

Self-hosted v1 provides asynchronous generation, task status, and webhook subscription routes. The deployment must be reachable by the webhook receiver and remain running while jobs are processed.

Async generation

Submit and monitor a self-hosted task.

Generation-status endpoint

Inspect the Open Source polling response.

Subscribe webhook endpoint

Inspect the Open Source subscription request.