create_series
Create a new video series batch in a channel, specifying production mode, video model, duration, labels, and settings to start AI video generation.
Instructions
Create a new video series (batch) in a channel.
Args: channel_id: Channel UUID or slug. name: Name of the series (e.g. 'Gizemli Olaylar Sezon 1'). production_mode: Video engine mode: 'faceless' (image + audio + effects), 'veo' (Google Veo / Omni video generation), 'quiz', 'map', etc. video_model: Model wireKey if using veo mode (e.g. 'veo_3_1_t2v_fast_4s', 'abra_t2v_4s'). force_external_tts: If True, uses external Gemini TTS voiceover even when video model has embedded audio. duration_min_sec: Minimum target video length in seconds. duration_max_sec: Maximum target video length in seconds. labels: Comma-separated labels or tags. settings: Key-value dictionary of series override settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| labels | No | ||
| settings | No | ||
| channel_id | Yes | ||
| video_model | No | ||
| production_mode | No | faceless | |
| duration_max_sec | No | ||
| duration_min_sec | No | ||
| force_external_tts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |