Text to Speech
This innovative model has the potential to harness the capabilities of state-of-the-art technology, enabling the creation of lifelike, enthralling speech across a diverse array of languages. The more detail about this feature could be found on this Text To Speech.
Generate Speech
POST
/getAudio
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
app_id | string | -> Each model is uniquely characterized by its own |
prompt | string | -> The -> The minimum length of the prompt is 10 characters, and the maximum length is 2500 characters. |
generate_audio | bool | -> Enable the |
audio_parameters | dict/map | -> The You can customize the values within this dictionary to adjust the audio generation according to your preferences. |
celery | bool | -> The |
The audio_parameters
dictionary contains the following parameters:
Name | Type | Description |
---|---|---|
voice_id | string | -> The |
stability | float | -> The |
similarity_boost | float | -> The |
style | float | -> The -> Setting this parameter to 0.0 (the default) will greatly increase the generation speed. |
use_speaker_boost | bool | -> When enabled, the |
Response
Run the API
To test this API, please use the following link:
Last updated