Create Avatar Videos Using Library Avatars
How to create avatar video with the avatars from library.
Introduction
Using the JoggAI API, you can create videos with avatars from library. In this tutorial, we’ll guide you through making a video using avatar and voice from JoggAI library.
Quick Start
Create Talking Avatar Video
Creating Avatar videos, supporting the configuration of various video settings including script, aspect ratio, screen style, avatar, and voice.
Please refer to the Create Talking Avatar Videos for more details and refer to the next section for obtaining the avatar_id and voice_id.
Response example:
Get Avatars and Voices List
If you want to change the Avatar or voice, you can obtain the avatar_id
from Public Avatars List and the voice_id
from Public Voices List to make replacements.
Public Avatars List
Please refer to the Get Avatar List from Library for more details.
Parameters:
aspect_ratio
: Video aspect ratio (0: [9:16], 1: [16:9], 2: [1:1])
Response example:
Public Voices List
Please refer to the Get Voice List form Library for more details.
Parameters:
gender
: Filter by gender (female/male)
Response example:
Get the generated video
Use the project_id obtained from the “Generate Video from Product Information” step to retrieve details about the video generation, including status and duration. Access the generated video using the video_url.
Please refer to the GetGeneratedVideo for the full options of enums.
Response example: