Start render
quiz_video_create_renderQueue a new video render for an existing quiz. Returns the render sessionId; poll quiz_video_get_render until its status is "completed" (typically 1-5 minutes), then call quiz_video_download_render to obtain the signed MP4 URL. The quiz itself is viewable immediately at /quiz/{slug}/ regardless of render status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quizId | Yes | ID of the quiz to render into a video. |