Speach API
  1. Schemas
Speach API
  • Texto-para-Fala
    • Wave - Text to Speech
      POST
    • Essence - Text to Speech
      POST
  • Esquemas
    • Response
      • UnauthorizedError
      • InternalServerError
    • Schemas
      • WaveTextToSpeechRequest
      • WaveVoiceSettings
      • EssenceTextToSpeechRequest
      • EssenceVoiceSettings
      • EssenceAudioSettings
      • EssenceTextToSpeechResponse
      • EssenceAudioData
      • EssenceExtraInfo
      • EssenceBaseResponse
      • ErrorResponse
  1. Schemas

WaveTextToSpeechRequest

{
    "text": "Olá, este é um teste da API de conversão de texto em fala do modelo wave.",
    "voice_id": "21m00Tcm4TlvDq8ikWAM",
    "model_variant": "high",
    "voice_settings": {
        "stability": 0.75,
        "similarity_boost": 0.8,
        "use_speaker_boost": true,
        "style": 0.5,
        "speed": 1
    },
    "output_format": "mp3_44100_128"
}
Built with