Submit Text-to-Speech Task
Convert input text into speech audio. Supports custom voice, speed, and volume settings. Results are returned asynchronously via task polling or webhook callback.
Authorizations
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Body
Input text to synthesize, maximum 500 characters
500"Hello, welcome to WeryAI!"
Voice ID specifying the voice style to use. See the Voice Reference appendix below for all available system voices.
Voice Reference Appendix
English Voices
Chinese Voices
85
Speech speed. Higher values produce faster speech. Range: [0.5, 2.0]. Default: 1.0
"1.0"
Volume level. Higher values produce louder audio. Range: (0, 10.0]. Default: 4.0
"4.0"
Caller ID (for business association)
Custom trace ID passed by the caller for request tracing
"my-trace-001"
Callback URL where results will be sent when task completes
"https://your-server.com/webhook"
