curl --location --request POST 'https://api-prd.vidlab7.com/api/studio-avatar/generate-video' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <YOUR_API_KEY>' \ --data-raw '{ "avatarId": "avatar-uuid", "script": "Hello world!", "voiceId": "voice-uuid", "webhookUrl": "https://your-webhook/example-endpoint", "voice_settings": { "similarity_boost": 50, "use_speaker_boost": true, "style": 0, "stability": 50 } }'
{ "id": "123", "status": "PENDING" }
Generate a video using a studio avatar
application/json
Show child attributes