Create Avatar Videos
Create Talking Avatar Videos
Creates a talking avatar video with specified parameters
POST
Authorizations
Body
application/json
Background style. 1: with background, 2: green screen, 3: webm
Available options:
1
, 2
, 3
Example:
1
ID of the avatar to use
Example:
81
Source type of the avatar. 0: jogg avatar, 1: your avatar
Available options:
0
, 1
Example:
0
ID of the text-to-speech voice to use
Example:
"en-US-ChristopherNeural"
Script content for the avatar to speak. Must provide either script or audio_script
Example:
"Hi, welcome to JoggAI and create longer videos with Talking Avatars in minutes!"
Url for Audio, either script or audio_url must be provided, but not both.
Example:
"https://res.jogg.ai/audio.mp3"
Aspect ratio of the output video. 0: [9:16], 1: [16:9], 2: [1:1]
Available options:
0
, 1
, 2
Example:
0
Subtitle option. true: enable subtitles, false: disable subtitles