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

EssenceTextToSpeechRequest

{
    "text": "Olá, este é um teste <#1.5#> com uma pausa no meio.",
    "model_variant": "high",
    "voice_setting": {
        "voice_id": "Portuguese_Godfather",
        "speed": 1,
        "vol": 1,
        "pitch": 0,
        "emotion": "neutral"
    },
    "audio_setting": {
        "sample_rate": 32000,
        "bitrate": 128000,
        "format": "mp3",
        "channel": 1
    }
}
Built with