zoice/avatar-x
Create AI avatar videos with characters
Access top-notch avatar, image, video and audio-generation models, all in one place on Zoice Dev API platform. Integrate AI features without managing multiple subscriptions.
Get exclusive API access to Zoice's premium avatar generation models, including Zoice Avatar X.
Credits have to be purchased beforehand which is to be used for public endpoints and playground. Purchased credits never expire on Zoice API platform.
We accept all major credit cards (Visa, Mastercard, American Express), Cash App, PayPal, Apple Pay, and Google Pay. For enterprise customers, we also offer invoicing options.
The dashboard is a dedicated section for Zoice users to manage their API key, playground, billing information, payment methods and track usage.
To monitor your API usage, regularly check your credit history in the dashboard. This helps you stay informed about your spending.
Yes. There might be slight delays in pushing Zoice App tool updates to the API though. Credits in App can be used in the API version.
curl -X POST "https://api.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!"
}'