Endpoint: v1/user/me
Page: https://docs.heygen.com/reference/get-current-user-information
We have added a new endpoint to retrieve information about the currently authenticated user.
Endpoint: v1/user/me
Page: https://docs.heygen.com/reference/get-current-user-information
We have added a new endpoint to retrieve information about the currently authenticated user.
Endpoint: v1/streaming/avatar.list
Page: https://docs.heygen.com/reference/streaming-avatar-list
We have introduced a new API endpoint to retrieve a list of public and custom interactive avatars.
The HeyGen Zapier integration 2.0 is here! 🎉 Here are some of the key updates:
Learn more: HeyGen Zapier Integration
We have added more API support for our personalized video service. This new functionality allows you to create and manage personalized videos more effectively.
References: Add Contact, Get Video Detail, Get Project Detail
Endpoint: v1/video.list
Page: https://docs.heygen.com/reference/video-list
We have added an endpoint to retrieve a list of videos associated with the user.
Endpoint: v1/streaming.new
Page: https://docs.heygen.com/reference/new-session
We have added the video_encoding
parameter to the streaming new session endpoint. This parameter allows you to specify the encoding format for streaming video.
Parameter:
video_encoding
| string (optional) | Specifies the encoding format for streaming video. Can be "H264" or "VP8". Default: VP8
. Note: Choosing "H264" may offer better compatibility with certain devices and platforms.Endpoint: v1/streaming.interrupt
Page: https://docs.heygen.com/reference/interrupt-task
We have added a new endpoint for the Streaming API to interrupt a speaking interactive avatar. This feature is now available in our SDK. Check out our Next.js demo to see how to use the interrupt functionality.
Endpoint: v2/video/generate
Page: https://docs.heygen.com/reference/create-an-avatar-video-v2
We have added support for emotion voices in the avatar video creation endpoint. You can now set the emotion of the voice with the emotion
parameter in the Voice Settings.
Voice Settings:
TextVoiceSettings
emotion
| string (optional) | 'Excited', 'Friendly', 'Serious', 'Soothing', 'Broadcaster'Page: https://docs.heygen.com/reference/postman-collections
We have added a HeyGen API Postman collection to simplify your API testing. Postman is a popular tool for making requests and viewing responses without writing code. This collection helps you organize and manage your HeyGen API requests efficiently. Check it out here. 👩🚀