Select an Avatar

🕴Selecting the ideal virtual persona for your video.

This page provides steps on selecting an actor to create a video by utilizing the powerful feature of Studio Express.

Follow the steps below:

  1. Set the video's name that you want to create on the videoTitle.
  2. There are two ways to choose an actor:
    1. Using avatarId. Please refer to here to obtain the avatarId to be used.
    2. Using avatarUrl. You can upload your own image and use that URL to fill in the avatarUrl.

      📘

      Note:

      Please ensure the image has the same format as shown on this page.

A request example to select an avatar is as follows:

🚧

Caution:

Don't forget to replace the placeholder "YOUR API KEY" with your unique API key in the header. If you haven't obtained one yet, please contact us at [email protected], and we will provide one as soon as possible.

curl --request POST \
     --url https://api.yepic.ai/v1/talkingphotos \
     --header 'X-Api-Key: YOUR API KEY' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "avatarId": null,
  "avatarUrl": "https://storage.googleapis.com/yepic-backgrounds/avatar_images/raw/1905f687d4104ea8a5f8419ae6d9c3c8.png",
  "script": "Well done! This is your first video using Yepic`s API.",
  "videoTitle": "My talking photo video title.",
}
'

📌 Need help?

If you require assistance or encounter any issues, we recommend referring to our FAQ page first. If you are still unable to resolve your issue, please don't hesitate to contact us for further support.