Discussions

Ask a Question
Back to All

Avatar / Talking Photo didnt show when Create Video Avatar Background and audio from URL

I try to create a talking photo with api with the background and audio from my own, but the avatar / talking photo didn't show i don't know what happen, can somebody help me?
i attach my sample request body

thank you

{
  "callback_url": "https://webhook.site/5481c8db-1c63-45c3-835c-9fb297e0eb55",
  "video_inputs": [
    {
      "background": {
        "type": "image",
        "url": "google.com"
		},
      "characters": {
        "talking_photo_id": "123",
        "type": "talking_photo"
      },
      "voice": {
        "audio_url": "audio.com",
        "type": "audio"
      }
    }
  ],
  "dimension" : {
    "width": 1080,
    "height": 1920
  }
}