Create series

Create series

post
Authorizations
AuthorizationstringRequired

Your ShortGenius API token

Body
content_typestring · enumOptionalDefault: CustomPossible values:
localestring · enumOptional

Locale for the generated video.

Default: autoPossible values:
image_style_idstring · uuidOptional

The ID of the image style to use. Use the List image styles endpoint to get a list of available image styles. If left empty, the AI chooses.

image_modelstring · enumOptional

Image model for the generated video.

Possible values:
image_qualitystring · enumOptional

Image quality for the generated video.

Possible values:
image_style_raw_modebooleanOptional

Whether to use the raw image style mode. If true, the image style will be ignored.

image_style_custom_promptstringOptional

Custom prompt for the image style. If you provide a custom prompt, the image style will be ignored.

animation_modelstring · enumOptional

Default animation model for scene images when not specified individually.

Possible values:
animation_model_presetstring · enumOptional

Default animation preset for scene images when not specified individually.

Possible values:
connection_idsstring · uuid[]Required

List of publishing connection ids. Use the List connections endpoint to get a list of available connections

aspect_ratiostring · enumOptional

Aspect ratio of the video. Not required for News videos.

Default: 9:16Possible values:
voice_playback_ratenumber · min: 50 · max: 200Optional

Voice playback speed percentage.

Default: 100
voice_volumenumber · max: 100Optional

Voice volume percentage.

Default: 100
soundtrack_playback_ratenumber · min: 50 · max: 200Optional

Soundtrack playback speed percentage.

Default: 100
soundtrack_volumenumber · max: 100Optional

Soundtrack volume percentage.

Default: 100
durationnumber · max: 900Optional

The desired video duration in seconds. Must be <= 900. Not required for news.

parent_topicstringOptional

Base idea or theme for generating custom topics. Required for Custom and Quiz series

voice_idsstring[]Optional

List of voice IDs to use. See the List voices endpoint. If left empty, the AI chooses.

soundtrack_idsstring · uuid[]Optional

List of soundtrack IDs to use for background music. See the List music endpoint for available genres, and the List music tracks endpoint for available soundtracks. If left empty, the AI chooses.

Responses
200

Successful response

application/json
post
/series

Last updated