create_story
Generate a new story from your idea. Creates an illustrated storybook (MD), an AI song, or an AI drama video. Returns a storyId immediately — processing happens in the background. Use get_story to check progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | script=illustrated storybook, song=AI music with cover art, drama=AI video | |
| title | No | Story title (optional, defaults to "Untitled") | |
| outputs | Yes | What to create: md (storybook), song, or drama (video) | |
| duration | No | snappy=shorter/faster, exq=longer/higher quality, clappy=premium video (90-180s, new stories only). Default: snappy | |
| playStyle | No | Writing style for play/screenplay: Oscar Wilde, Stan Lee, etc. | |
| songStyle | No | Music artist style: Amy Winehouse, David Bowie, etc. | |
| storyIdea | Yes | Your story idea, prompt, or description | |
| dramaStyle | No | Director style for video: Quentin Tarantino, Christopher Nolan, etc. | |
| dramaTheme | No | Video theme: standard (animation), scifi, mythical. Default: standard | |
| scriptStyle | No | Writing style for storybook: William Shakespeare, Jane Austen, Charles Dickens, etc. | |
| songDuration | No | snappy=~60sec, exq=1.5-3min (default: snappy) | |
| contextVersionIds | No | Optional: link previous episodes for context. Use get_story to find version IDs. |