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

EssenceVoiceSettings

{
    "voice_id": "Portuguese_Godfather",
    "speed": 1,
    "vol": 1,
    "pitch": 0,
    "emotion": "neutral"
}
Built with