Skip to main content

Overview

Some API operations (article generation, video creation, image generation, presentation generation) are asynchronous. Instead of returning the result immediately, the API returns a job_id that you poll until the result is ready.

Job lifecycle

Polling for results

Job statuses

Webhooks (alternative)

Instead of polling, configure a webhook to receive a notification when the job completes.