HeyGen-Official / StreamingAvatar

76 stars 54 forks source link

Trial token streaming avatar doesnt work #1

Open Germancitoz opened 5 months ago

Germancitoz commented 5 months ago

image

Mudit18 commented 2 months ago

Are you getting a 401 in the call to create the stream? Could be an auth issue.

Yashism commented 2 weeks ago

Try creating an Access token again using this CURL script and use that and then try running it. Also, make sure you refresh the localhost after adding the new token. (This worked for me.)

curl -X POST https://api.heygen.com/v1/streaming.create_token -H "x-api-key: <API_KEY>"