<#x#> (x = segundos, 0.01-99.99)curl --location --request POST 'https://api.speach.studio/v1/text-to-speech/essence' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "Olá, este é um teste do modelo Essence, focado em interpretação e sotaque.",
"voice_setting": {
"voice_id": "moss_audio_d02e56f1-7d37-11f0-b37e-7a4fb521fb55",
"emotion": "happy"
},
"model_variant": "turbo"
}'{
"error": "Validação falhou",
"code": "VALIDATION_ERROR",
"request_id": "req_123456789"
}