GET
Voice rssVoice rssText-To-SpeechText to speech
GET
https://api.lowcodeapi.com/voicerss/api/v2/tts/stream
Query Parameters 9
key*string
src*string
hl*string
vstring
rnumber
cstring
fstring
ssml boolean
TRUE
FALSE
b64 boolean
TRUE
FALSE
Parameters Description
key*string
The API key
src*string
The textual content for converting to speech (length limited by 100KB).
hl*string
The textual content language. Allows values: see Languages.
vstring
The speech voice. Allows values: see Voices. Default value: depends on a language.
rnumber
The speech rate (speed). Allows values: from -10 (slowest speed) up to 10 (fastest speed). Default value: 0 (normal speed).
cstring
The speech audio codec. Allows values: see Audio Codecs. Default value: WAV.
fstring
The speech audio formats. Allows values: see Audio Formats. Default value: 8khz_8bit_mono.
ssmlboolean
The SSML textual content format (see SSML documentation). Allows values: true and false. Default value: false.
b64boolean
Defines output as a Base64 string format (for an internet browser playing). Allows values: true and false. Default value: false.
Overview

The Text-To-Speech API supports the following list of parameters. The parameters have name-value pair (NVP) format.

API Reference Link
https://voicerss.org/api
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X GET \
 'https://api.lowcodeapi.com/voicerss/api/v2/tts/stream' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00