Retrieve Template Details (V3)

This API supports a new field scenes for the New AI Studio, returning template variables mapped to scenes.

Response

FieldTypeDescription
scenesList of scenes in order. null for V3 drafts.
scenes[].idstringElement id for the scene.
scenes[].scriptstringText contained in scene.
scenes[].variablesVariables available for replacement in scene.
scenes[].variables[].namestringVariable name set by user.
scenes[].variables[].typestringType of variable.
scenes
versionstringDraft version (e.g. "3", "4").
variablesVariables available for replacement.
variables.<name>Variable object.
variables.<name>.namestringVariable name set by user.
variables.<name>.typestringType of variable.
variables.<name>.propertiesProperties object.
variables.<name>.properties.contentstringDefault content for text variable.
variables.<name>.properties.urlstringDefault url for image/video/audio variable.
variables.<name>.properties.asset_idstringDefault asset_id for image/video/audio variable.
variables.<name>.properties.fitstringDefault fit for image/video variable.
variables.<name>.properties.play_stylestringDefault play_style for video variable.
variables.<name>.properties.character_idstringDefault character_id for character variable.
variables.<name>.properties.typestringType of character for character variable.
variables.<name>.properties.voice_idstringDefault voice_id for text variable.
Language
Credentials
Header
Click Try It! to start a request and see the response here!