logo
On this page

API Overview


The Digital Human AI service provides the following related API interfaces and callbacks. You can refer to Accessing Server APIs to call the following interfaces.

Digital Human Management

API NameDescriptionDefault Call Frequency Limit
Query Digital Human ListQuery the list of available digital humans.10 times/second
Query Digital Human InformationQuery the information of a digital human.10 times/second
Query Timbre ListQuery the list of available timbres.10 times/second

Real-time Streaming Video Synthesis

API NameDescriptionDefault Call Frequency Limit
Create Digital Human Video Stream TaskCreate a digital human stream task, generating a digital human real-time image.10 times/second
Get Digital Human Video Stream Task StatusGet the status of a digital human stream task.10 times/second
Stop Digital Human Stream TaskStop a digital human stream task.10 times/second
Drive Digital Human By ActionDrive a digital human to do an action.10 times/second
Drive Digital Human By TextDrive a digital human to speak through text.10 times/second
Drive Digital Human By AudioDrive a digital human to speak through audio.10 times/second
Drive Digital Human By RTC Audio StreamDrive a digital human to speak through real-time RTC audio stream.10 times/second
Get WebSocket Drive InformationDrive a digital human to speak through WebSocket real-time audio stream data transmission.10 times/second
Get Digital Human Video Stream Drive Task StatusGet the status of a digital human drive task.10 times/second
Interrupt Digital Human Video Stream Drive TaskInterrupt a digital human video stream drive task.10 times/second
Query Running Digital Human Video Stream TasksQuery running digital human video stream tasks.10 times/second

Previous

Drive Digital Human Speech via WebSocket

Next

Accessing Server APIs