{
"audio_url": "https://storage.googleapis.com/falserverless/model_tests/zonos/demo_voice_zonos.wav",
"text": "Hello, this is a preview of your cloned voice! I hope you like it!"
}
curl --location --request POST '/fal-ai/minimax/voice-clone' \
--header 'Authorization: Bearer XXX' \
--header 'Content-Type: application/json' \
--data-raw '{
"audio_url": "https://storage.googleapis.com/falserverless/model_tests/zonos/demo_voice_zonos.wav",
"text": "Hello, this is a preview of your cloned voice! I hope you like it!"
}'
{
"action": "fal-minimax-voice-clone",
"message": "YEScale - FalAI Task Submitted",
"status": "SUBMITTED",
"task_id": "5d4e4d71-41db-4e6f-978d-dc9b69afa258",
"usage": null
}