Create a custom template
quiz_video_create_templateSave a new custom template authored in the drag-and-drop editor. Required: template (the CustomTemplate JSON). Optional: name, description, thumbnail, isDefault, isPublic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| isPublic | No | Make discoverable to other users. | |
| template | Yes | CustomTemplate JSON with scenes.hook/question/answer and canvas. | |
| isDefault | No | Mark as your default template (replaces any existing default). | |
| thumbnail | No | Optional preview image URL or data URI. | |
| description | No |