zoice/avatar-x
Create AI avatar videos with characters
curl -X POST "https://dev.zoice.com/v1/run/zoice/avatar-x" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $ZOICE_API_KEY" \
-d '{
"avatar_id": "ad4ed5d7-22eb-4939-8ee2-...",
"voice_id": "a737e319-8b5b-43e8-a189-...",
"script_text": "Hi, this is my digital avatar talking!"
}'