Get All avatars
Developing
Get all streaming avatars and select one of them to generate video stream.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://video.a2e.ai/api/v1/streaming-avatar/all_avatars'
Responses
application/json {
"code": 0,
"data": [
{
"_id": "676e1f054c86ff839eae2cc3",
"name": "Alice"
}
]
}
Modified at 2024-12-27 10:37:47