Discussions

Ask a Question

is there a api for list all my videos?

is there a api for list all my videos?

Answered

pricing for realtime avatar

whats the cost or what pricing model do you have for the Real Time Avatar use? and do you plan to sell a subscription or will this be per minute use?

Answered

Add 🕓 to text via API

Good Day!

Answered

Text to Speech

Good Day!

Answered

api 的视频价格和普通价格一样吗?

api 的视频价格和普通价格一样吗?

Answered

Custom avatar and custom voice for real time suite

Hi,
Is there a way to pass custom avatar and custom voice in the real time suite APIs?

why 403 forbidden with REAL-TIME AVATARS

{
"code": 400562,
"message": "forbidden"
}

Answered

The Realtime API Suite iOS SDK

Hi,

Answered

how many images we can swap with the trial api token

I am facing unautorized response when I am trying to call below api with trial auth token. I am able to upload asset with same api but not able to do face swaping

Answered

How can I obtain the `voice_id` in the user case `Create a video with your own photo`?

curl -XPOST <https://api.heygen.com/v1/video.generate> -H 'x-api-key:<your api key>' -H 'Content-Type: application/json'  
-d '{  
  "background": "#ffffff",  
  "clips": [  
    {  
      "talking_photo_id": "<your talking photo id>",  
      "input_text": "Welcome to HeyGen API",  
      "scale": 1,  
      "voice_id": "1bd001e7e50f421d891986aad5158bc8"  
    }  
  ],  
  "ratio": "16:9",  
  "test": true,  
  "version": "v1alpha"  
}'