speech_t2a_async_create
Initiate asynchronous text-to-speech for long documents (up to 1M characters) by providing text or file ID, and get a task ID for progress polling.
Instructions
Create an async long-text T2A task (up to 1M chars via text_file_id, or 50k via text). Returns a task_id to poll with speech_t2a_async_query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vol | No | ||
| text | No | ||
| model | Yes | T2A model identifier | |
| pitch | No | ||
| speed | No | ||
| format | No | ||
| bitrate | No | ||
| channel | No | ||
| emotion | No | ||
| voice_id | Yes | System or cloned voice id | |
| latex_read | No | ||
| sample_rate | No | ||
| text_file_id | No | ||
| voice_modify | No | ||
| language_boost | No | ||
| pronunciation_dict | No | ||
| english_normalization | No |