Moyin TTS API
Generates speech audio from the provided text using Moyin's Text-to-Speech service
POST
/
tts-moyin
Request Body
application/json
Optionaltext
Requiredstring
Minimum length:
1
Maximum length: 3000
voice
string
The voice to use for speech generation
Default:
"cissy_meet"
speed
number
Speaking speed, from 0.5 to 2.0
Default:
1
Minimum: 0.5
Maximum: 2
volume
number
Speaking volume, from 0.1 to 1.0
Default:
1
Minimum: 0.1
Maximum: 1
pitch
number
Speaking pitch, from -10 to 10
Default:
0
Minimum: -10
Maximum: 10
token
Requiredstring
Moyin API appkey for authentication
Minimum length:
1
secret
Requiredstring
Moyin API secret for authentication
Minimum length:
1
audioType
string
Audio output format
Default:
"mp3"
Value in: "pcm" | "mp3" | "speex-wb-10" | "wav"
ignoreLimit
boolean
Whether to ignore 1000 characters limit
Default:
false
symbolSil
string
Symbol silence mapping, e.g. semi_200,exclamation_200,question_200,comma_200,stop_200
Audio file containing the generated speech