Documentation Index
Fetch the complete documentation index at: https://docs.smartlyq.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |
cancelled | Job was cancelled via POST /jobs/{job_id}/cancel |

