ryla_generate_video
Generate a Studio video for an existing character (image-to-video). Character must already exist; use ryla_list_characters to find a characterId. Returns a jobId; poll with ryla_generation_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Frames per second (default 24) | |
| nsfw | No | Enable unrestricted fan content generation | |
| seed | No | Optional seed for reproducibility | |
| prompt | No | Optional prompt/description for the video | |
| useLora | No | Use character LoRA for face consistency (default true) | |
| duration | No | Video duration in seconds | |
| aspectRatio | Yes | Video aspect ratio | |
| characterId | Yes | Character UUID to generate video for | |
| realismStyle | No | Apply photorealism post-processing |