Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/workflows/{id}/renders/{job_id}
{ "id": "job_lq3z9m_8fa1c0", "status": "done", "progress": 1, "progress_message": "Done", "result": { "video_url": "https://cdn.lavendly.ai/videos/abc.mp4", "duration": 5, "quality_check": { "ok": true, "rubric": { "overall": 0.86 } } }, "started_at": 1734001234567, "ended_at": 1734001260123 }
Poll a render job. Returns status + progress + result.
Was this page helpful?