Create a quiz hook
quiz_video_create_quiz_hookCreate a hook for a quiz. hook is a pass-through object whose fields follow the HookInput schema (see OpenAPI spec).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook | Yes | HookInput object (hookType, positionType, title, content, plus optional styling — see OpenAPI spec). | |
| quizId | Yes | Quiz ID in YouTube-style 11-character base64url format. |