Long-running operations — dubbing, long-form synthesis, subtitling — are handled asynchronously. When you submit these requests, you receive aDocumentation Index
Fetch the complete documentation index at: https://plotweaver.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 |