> ## Documentation Index
> Fetch the complete documentation index at: https://plotweaver.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Async jobs

Long-running operations — dubbing, long-form synthesis, subtitling — are handled asynchronously. When you submit these requests, you receive a `job_id` immediately. Poll the job endpoint to check status and retrieve results when complete.

| STATUS       | MEANING                                               |
| :----------- | :---------------------------------------------------- |
| `queued`     | Job received and awaiting processing                  |
| `processing` | Actively being processed                              |
| `completed`  | Output is ready; result URL is available              |
| `failed`     | Processing failed; error details included in response |
