Skip to main content
POST

Voice presets (input.voice)

Pass a voice preset name in input.voice. The table below lists Qwen TTS voices supported by qwen3-tts-flash (and related Qwen TTS model families).

Language (input.language)

Optional. Sets the synthesis language (Qwen API field: language_type). Default Auto.
For monolingual content, specify the language explicitly instead of Auto for best results.

Authorizations

Authorization
string
header
required

Authorization: Bearer YOUR_API_KEY

Body

application/json
model
enum<string>
default:qwen3-tts-flash
required

Model ID. Use qwen3-tts-flash for this endpoint.

Available options:
qwen3-tts-flash
Example:

"qwen3-tts-flash"

input
object
required
webhook
string<uri>

Optional HTTPS callback URL when the task completes, fails, or is cancelled.

Response

Async task created

data
object
required