Convert input text into speech audio. Supports custom voice, speed, and volume settings. Results are returned asynchronously via task polling or webhook callback.
Documentation Index
Fetch the complete documentation index at: https://docs.weryai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
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.
| ID | Voice Name | Gender | Preview |
|---|---|---|---|
| 85 | Captivating Female | FEMALE | ▶ Preview |
| 84 | Playful Girl | FEMALE | ▶ Preview |
| 83 | Lovely Girl | FEMALE | ▶ Preview |
| 82 | Cheerful Chloe | FEMALE | ▶ Preview |
| 81 | Wise Lady | FEMALE | ▶ Preview |
| 75 | Southern Dude | MALE | ▶ Preview |
| 74 | Lucky Robot | MALE | ▶ Preview |
| 73 | Angry Pirate | MALE | ▶ Preview |
| 72 | Friendly Giant | MALE | ▶ Preview |
| 71 | Man With Deep Voice | MALE | ▶ Preview |
| ID | Voice Name | Gender | Preview |
|---|---|---|---|
| 80 | Arrogant Miss | FEMALE | ▶ Preview |
| 79 | Kind-hearted Antie | FEMALE | ▶ Preview |
| 78 | Gentle Senior | FEMALE | ▶ Preview |
| 77 | Intellectual Girl | FEMALE | ▶ Preview |
| 76 | News Anchor | FEMALE | ▶ Preview |
| 70 | Stubborn Friend | MALE | ▶ Preview |
| 69 | Reliable Executive | MALE | ▶ Preview |
| 68 | Lyrical Voice | MALE | ▶ Preview |
| 67 | Refreshing Young Man | MALE | ▶ Preview |
| 66 | Pure-hearted Boy | MALE | ▶ Preview |
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"