Overview
Some API operations (article generation, video creation, image generation) are asynchronous. Instead of returning the result immediately, the API returns ajob_id that you poll until the result is ready.
Job lifecycle
Polling for results
Job statuses
| Status | Meaning |
|---|---|
pending | Queued, not yet started |
processing | Actively running |
completed | Done — result field contains the output |
failed | Error — error field explains what went wrong |