Start Audition
auditionStart a casting audition: the chosen actor performs your cue in a short (~8-10s) vertical video. Billed. Returns audition_id immediately; poll audition_status every few seconds until status=ready, then share video_url. Get actor_id from casting_roster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cue | Yes | The scene the actor performs — a short direction, e.g. 'reads a rejection letter and slowly crumples it'. | |
| line | No | Optional single spoken line the actor delivers aloud during the take. | |
| emotion | No | Emotional register for the take. Suggested values: Dramatic, Comedy, Villain, Tearful, Action, Romantic. | |
| actor_id | No | Actor id from casting_roster/create_actor. Omit when casting_id is provided. | |
| casting_id | No | Story-character casting id from cast_character. Preferred for repeatable story takes. | |
| batch_approved | No | Required after five Omni launches by this user within one hour. | |
| direction_notes | No | Optional director note applied to this take while preserving actor identity and casting. |