Rates
Plan | Pro | Max | Business | Enterprise |
---|---|---|---|---|
Text-to-Speech | 4.4 credits/1000 characters | 3.2 credits/1000 characters | 2.4 credits/1000 characters | Customized |
Instant voice clone | 30 voices | 180 voices | 500 voices | Customized |
Voice changer | 4.4 credits/minute | 3.2 credits/minute | 2.4 credits/minute | Customized |
Models
Voice Model Overview: The following multilingual voice models are available for text-to-speech synthesis, each with strong performance across different language families.Model Name | Description |
---|---|
Akool Multilingual 1 | Performs well on English, Spanish, French, German, Italian, European Portuguese, Dutch, Russian, and other Western languages |
Akool Multilingual 2 | Excels at text-to-speech across various languages, but does not support voice cloning. |
Akool Multilingual 3 | Performs well on Chinese (Mandarin), Chinese (Cantonese ), Japanese, Korean, as well as English, Spanish, French, and other major Western languages |
Akool Multilingual 4 | Performs well on Portuguese (Brazil). |
Create Voice Clone
Parameter | Value | Description |
---|---|---|
Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Parameter | Type | Required | Value | Description |
---|---|---|---|---|
source_voice_file | String | true | Original audio file URL, supports mp3, mp4, wav, etc. Must be a public accessible URL, The maximum file size is 30MB. | |
voice_options | Object | false | Audio tagging options | |
- style | Array | false | Voice style tags (e.g., [“Authoritative”, “Calm”]) | |
- gender | Array | false | Gender tags (e.g., [“Male”, “Female”]) | |
- age | Array | false | Age tags (e.g., [“Young”, “Middle”, “Elderly”]) | |
- scenario | Array | false | Use case tags (e.g., [“Advertisement”, “Education”]) | |
- remove_background_noise | Boolean | false | false | Remove background noise, disabled by default |
- language | String | false | en | Language code (ISO 639-1) of the audio file. Defaults to “en” if not specified |
- clone_prompt | String | false | Supported voice models: Akool Multilingual 3, Must match the audio content exactly, including punctuation, to enhance clone quality. Sound reproduction example audio. Providing this parameter will help enhance the similarity and stability of the voice synthesis’s sound quality. If using this parameter, a small sample audio segment must also be uploaded. The audio file uploaded must comply with the following specifications: The format of the uploaded audio file should be: mp3 or wav format; The duration of the uploaded audio file should be less than 8 seconds; The size of the uploaded audio file should not exceed 20 MB; | |
- need_volume_normalization | Boolean | false | false | Supported voice models: Akool Multilingual 3, Audio cloning parameter: Enable volume normalization, defaults to false |
name | String | false | Audio name | |
webhookUrl | String | false | Callback url address based on HTTP request | |
voice_model_name | String | false | The designated model for Clone, Supported voice models: Akool Multilingual 1, Akool Multilingual 3, Akool Multilingual 4. getVoiceModelName |
Parameter | Type | Value | Description |
---|---|---|---|
code | int | 1000 | Interface returns business status code(1000:success) |
msg | String | Interface returns status information | |
data | Object | Response data object | |
- uid | Integer | 101400 | User ID |
- team_id | String | ”6805fb69e92d9edc7ca0b409” | Team ID |
- voice_id | String | null | Voice ID, this value will be updated after task completion, you can view it in the voiceList.Get Voice List |
- gender | String | ”Male” | Voice gender |
- name | String | ”MyVoice0626-01” | Voice name |
- preview | String | null | Preview audio URL, this value will be updated after task completion, you can view it in the voiceList.Get Voice List |
- text | String | ”This is a comic style model…” | Preview text content |
- duration | Number | 8064 | Audio duration in milliseconds |
- status | Integer | 1 | Voice clone status: 【1:queueing, 2:processing, 3:completed, 4:failed】 |
- create_time | Long | 1751349718268 | Creation timestamp |
- style | Array | [“Authoritative”, “Calm”] | Voice style tags |
- scenario | Array | [“Advertisenment”] | Use case scenario tags |
- age | Array | [“Elderly”, “Middle”] | Age category tags |
- deduction_credit | Integer | 0 | Deducted credits |
- webhookUrl | String | ”Callback URL” | Callback URL |
- _id | String | ”686379d641e5eb74bb8dfe3f” | Document ID |
- source_voice_file | String | ”https://drz0f01yeq1cx.cloudfront.net/1751363983518-9431-audio1751363981879.webm” | Original audio file URL |
Example
BodyCreate Text to Speech
Parameter | Value | Description |
---|---|---|
Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Parameter | Type | Required | Value | Description |
---|---|---|---|---|
input_text | String | true | For input text, the per-request character limit depends on the subscription plan: Pro – 5,000, Pro Max – 10,000, Business – 50,000. | |
voice_id | String | true | Voice ID, Voice synthesis ID. If both timber_weights and voice_id fields have values, timber_weights will not take effect.get this voice_id from your cloned voices or akool voice list.getVoiceId | |
voice_options | Object | false | Audio settings | |
- stability | Number | false | Voice stability (0-1) , Supported voice models: Akool Multilingual 1, Get Voice Model Name | |
- similarity_boost | Number | false | Similarity boost (0-1) , Supported voice models: Akool Multilingual 1, Get Voice Model Name | |
- style | Number | false | Voice style (0-1) , Supported voice models: Akool Multilingual 1, Akool Multilingual 2. Style examples: cheerful, Get Voice Model Name | |
- speed | Number | false | Speech speed (0.7-1.2) , Supported voice models: Akool Multilingual 1, Akool Multilingual 2, Akool Multilingual 3, Get Voice Model Name | |
- speaker_boost | Boolean | false | Speaker boost, Supported voice models: Akool Multilingual 1, Get Voice Model Name | |
- emotion | String | false | Emotion (happy, sad, angry, fearful, disgusted, surprised, neutral) , It only supports Chinese voice. Supported voice models: Akool Multilingual 2, Akool Multilingual 3, Get Voice Model Name | |
- volume | Integer | false | Volume (0-100) , Supported voice models: Akool Multilingual 2, Akool Multilingual 3, Get Voice Model Name | |
webhookUrl | String | false | Callback url address based on HTTP request | |
language_code | String | false | Currently supported: Akool Multilingual 1, Akool Multilingual 3 and Akool Multilingual 4. When passing in, only Language code (ISO 639-1) such as “zh”, “pt” is supported. This parameter is designed to enhance the use of minority languages. Adding audio effects will make it better, but it cannot achieve the effect of translation. | |
extra_options | Object | false | Additional parameter settings | |
- previous_text | String | false | Supported voice models: Akool Multilingual 1, getVoiceModelName. The text that came before the text of the current request. Can be used to improve the speech’s continuity when concatenating together multiple generations or to influence the speech’s continuity in the current generation. | |
- next_text | String | false | Supported voice models: Akool Multilingual 1, getVoiceModelName. The text that comes after the text of the current request. Can be used to improve the speech’s continuity when concatenating together multiple generations or to influence the speech’s continuity in the current generation. | |
- apply_text_normalization | String | false | Supported voice models: Akool Multilingual 1, getVoiceModelName. This parameter controls text normalization with three modes: ‘auto’, ‘on’, and ‘off’. When set to ‘auto’, the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With ‘on’, text normalization will always be applied, while with ‘off’, it will be skipped. | |
- apply_language_text_normalization | Boolean | false | false | Supported voice models: Akool Multilingual 1, getVoiceModelName. This parameter controls language text normalization. This helps with proper pronunciation of text in some supported languages. WARNING: This parameter can heavily increase the latency of the request. Currently only supported for Japanese. |
- latex_read | Boolean | false | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Controls whether to read LaTeX formulas, defaults to false. Note: 1. Formulas in the request must be enclosed with $$ 2. Backslashes () in formulas must be escaped as \ |
- text_normalization | Boolean | false | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. This parameter supports Chinese and English text normalization, improving performance in number reading scenarios but slightly increasing latency. Defaults to false if not provided. |
- audio_setting | Object | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Audio generation parameter settings | |
— sample_rate | Integer | false | 32000 | Supported voice models: Akool Multilingual 3, getVoiceModelName. Audio sampling rate. Available range [8000, 16000, 22050, 24000, 32000, 44100], defaults to 32000 |
— bitrate | Integer | false | 128000 | Supported voice models: Akool Multilingual 3, getVoiceModelName. Audio bitrate. Available range [32000, 64000, 128000, 256000], defaults to 128000. This parameter only affects mp3 format audio |
— format | String | false | mp3 | Supported voice models: Akool Multilingual 3, getVoiceModelName. Audio format. Available options [mp3, wav], defaults to mp3. WAV format is only supported in non-streaming output |
— channel | Integer | false | 1 | Supported voice models: Akool Multilingual 3, getVoiceModelName. Number of audio channels. Available options: [1,2], where 1 is mono and 2 is stereo, defaults to 1 |
- timber_weights | Array | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. List of mixed timbres, supporting up to 4 voice timbres. The higher the weight of a single timbre, the more similar the synthesized voice will be to that timbre. If both timber_weights and voice_id fields have values, timber_weights will not take effect. | |
— voice_id | String | Required within timber_weights parameter | Supported voice models: Akool Multilingual 3, getVoiceModelName. Voice timbre ID, must be filled in together with the weight parameter. Get this voice_id from your cloned voices or akool voice list.getVoiceId | |
— weight | Integer | Required within timber_weights parameter | Supported voice models: Akool Multilingual 3, getVoiceModelName. Weight of each voice timbre, must be filled in together with voice_id. Available range [1, 100], the higher the weight, the more similar the synthesized voice will be to that timbre | |
- pronunciation_dict | Object | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Pronunciation rules | |
— tone | Array | false | [“燕少飞/(yan4)(shao3)(fei1)”, “omg/oh my god”] | Supported voice models: Akool Multilingual 3, getVoiceModelName. Define special pronunciation rules for characters or symbols. For Chinese text, tones are represented by numbers: 1 for first tone, 2 for second tone, 3 for third tone, 4 for fourth tone, 5 for neutral tone |
- voice_modify | Object | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Voice parameter adjustments | |
— pitch | Integer | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Pitch adjustment (deep/bright), range [-100,100]. Values closer to -100 make the voice deeper; closer to 100 make it brighter | |
— intensity | Integer | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Intensity adjustment (powerful/soft), range [-100,100]. Values closer to -100 make the voice more powerful; closer to 100 make it softer | |
— timbre | Integer | false | Timbre adjustment (resonant/crisp), range [-100,100]. Values closer to -100 make the voice more resonant; closer to 100 make it crisper | |
— sound_effects | String | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Sound effects settings, only one can be selected at a time. Available options: spacious_echo (spacious echo), auditorium_echo (auditorium broadcast), lofi_telephone (telephone distortion), robotic (electronic voice) | |
- subtitle_enable | Boolean | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Controls whether to enable subtitle service, defaults to false. This parameter is only effective in non-streaming output scenarios | |
- pitch | Integer | false | Supported voice models: Akool Multilingual 3, getVoiceModelName. Voice pitch, range [-12, 12], where 0 outputs the original timbre. Value must be an integer. |
Parameter | Type | Value | Description |
---|---|---|---|
code | int | 1000 | Interface returns business status code(1000:success) |
msg | String | Interface returns status information | |
data | Object | Response data object | |
- create_time | Long | 1751350015709 | Creation timestamp |
- uid | Integer | 101400 | User ID |
- team_id | String | ”6805fb69e92d9edc7ca0b409” | Team ID |
- input_text | String | ”Welcome to the Akool…” | Input text content |
- preview | String | null | Generated audio URL, this value will be updated after task completion, you can view it in the resourceList.Get Resource List |
- status | Integer | 1 | TTS status: 【1:queueing, 2:processing, 3:completed, 4:failed】 |
- webhookUrl | String | "" | Callback URL |
- duration | Integer | 0 | Audio duration in milliseconds |
- file_name | String | ”1ef1d76ebfc244f7a30430f7049d6ebc.mp3” | Generated file name |
- gender | String | ”Male” | Voice gender |
- deduction_credit | Float | 1.9295 | Deducted credits |
- name | String | ”27fec311afd743aa889a057e17e93c13” | Generated name |
- _id | String | ”68637aff41e5eb74bb8dfe73” | Document ID |
- voice_model_id | String | ”686379d641e5eb74bb8dfe3f” | Voice document ID |
- voice_id | String | ”Tq06jbVyFH4l6R-Gjvo_V-p_nVYk5DRrYJZsxeDmlhEtyhcFKKLQODmgngI9llKw” | Voice ID |
- voice_options | Object | Voice options object | |
- stability | Number | 0.7 | Voice stability setting |
- similarity_boost | Number | 0.5 | Similarity boost setting |
- style | Number | 0.6 | Voice style setting |
- speed | Number | 0.8 | Speech speed setting |
- speaker_boost | Boolean | false | Speaker boost setting |
- emotion | String | ”happy” | Emotion setting |
- volume | Integer | 50 | Volume setting |
Example
BodyCreate Voice Changer
Parameter | Value | Description |
---|---|---|
Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Parameter | Type | Required | Value | Description |
---|---|---|---|---|
voice_id | String | true | Voice ID, get this voice_id from your cloned voices or akool voice list. getVoiceId | |
source_voice_file | String | true | Audio file URL, supports mp3, mp4, wav, etc. Must be a public accessible URL, The maximum file size is 50MB. | |
voice_options | Object | false | Audio settings | |
- stability | Number | false | Voice stability (0-1) , Supported voice models: Akool Multilingual 1, getVoiceModelName | |
- similarity_boost | Number | false | Similarity boost (0-1) , Supported voice models: Akool Multilingual 1, getVoiceModelName | |
- style | Number | false | Voice style (0-1) , Supported voice models: Akool Multilingual 1, Akool Multilingual 2. Style examples: cheerful, getVoiceModelName | |
- speaker_boost | Boolean | false | Speaker boost, Supported voice models: Akool Multilingual 1, getVoiceModelName | |
- file_format | String | false | mp3 | File format, supports mp3 and wav formats. |
- remove_background_noise | Boolean | false | false | Remove background noise, disabled by default |
- speed | Number | false | 1 | Controls the speed of generated audio, default value is 1, available range [0.7, 1.2]. |
webhookUrl | String | false | Callback url address based on HTTP request | |
voice_model_name | String | false | The designated model for Clone, Supported voice models: Akool Multilingual 1. getVoiceModelName |
Parameter | Type | Value | Description |
---|---|---|---|
code | int | 1000 | Interface returns business status code(1000:success) |
msg | String | Interface returns status information | |
data | Object | Response data object | |
- create_time | Long | 1751350363707 | Creation timestamp |
- uid | Integer | 101400 | User ID |
- team_id | String | ”6805fb69e92d9edc7ca0b409” | Team ID |
- preview | String | null | Generated audio URL, this value will be updated after task completion, you can view it in the resourceList. Get Resource List |
- source_voice_file | String | ”https://drz0f01yeq1cx.cloudfront.net/1749098405491-5858-1749019840512audio.mp3” | Original audio file URL |
- status | Integer | 1 | Voice changer status: 【1:queueing, 2:processing, 3:completed, 4:failed】 |
- webhookUrl | String | "" | Callback URL |
- duration | Integer | 12800 | Audio duration in milliseconds |
- file_name | String | ”1749098405491-5858-1749019840512audio.mp3” | Generated file name |
- gender | String | ”Female” | Voice gender |
- deduction_credit | Float | 0.512 | Deducted credits |
- name | String | ”3f591fc370c542fca9087f124b5ad82b” | Generated name |
- _id | String | ”68637c5b41e5eb74bb8dfec6” | Document ID |
- voice_model_id | String | ”67a45479354b7c1fff7e943a” | Voice document ID |
- voice_id | String | ”hkfHEbBvdQFNX4uWHqRF” | Voice ID |
- voice_options | Object | Voice options object | |
- stability | Number | 0.7 | Voice stability setting |
- similarity_boost | Number | 0.5 | Similarity boost setting |
- style | Number | 0.6 | Voice style setting |
- speaker_boost | Boolean | false | Speaker boost setting |
Example
BodyGet Voice Results List
Parameter | Value | Description |
---|---|---|
Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Parameter | Type | Required | Value | Description |
---|---|---|---|---|
type | String | true | 1,2 | 1-voiceTTS, 2-voiceChanger |
page | String | false | 1 | Page number |
size | String | false | 10 | Page size |
Parameter | Type | Value | Description |
---|---|---|---|
code | Integer | 1000 | API returns status code(1000:success) |
msg | String | API returns status message | |
data | Object | Response data object | |
- result | Array | Voice resource list | |
— _id | String | ”68637c5b41e5eb74bb8dfec6” | Document ID |
— create_time | Long | 1751350363707 | Creation timestamp |
— update_time | Long | 1751350368468 | Update timestamp |
— uid | Integer | 101400 | User ID |
— team_id | String | ”6805fb69e92d9edc7ca0b409” | Team ID |
— rate | String | ”100%“ | Processing rate |
— preview | String | ”https://drz0f01yeq1cx.cloudfront.net/…” | Generated audio URL |
— status | Integer | 3 | Status: 【1:queueing, 2:processing, 3:completed, 4:failed】 |
— webhookUrl | String | "" | Callback URL |
— duration | Integer | 12852 | Audio duration in milliseconds |
— file_name | String | ”1749098405491-5858-1749019840512audio.mp3” | File name |
— gender | String | ”Female” | Voice gender |
— deduction_credit | Float | 0.9295 | Deducted credits |
— name | String | ”3f591fc370c542fca9087f124b5ad82b” | Resource name |
— input_text | String | ”Słyszę, że chcesz leżeć płasko? Gratulacje — przynajmniej zrozumiałeś grawitację! “ | Text to Speech trial listening text |
— __v | Integer | 0 | Version number |
- count | Integer | 1 | Total count of resources |
- page | Integer | 1 | Current page number |
- size | Integer | 10 | Page size |
Example
RequestGet Voice List
Parameter | Value | Description |
---|---|---|
Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Parameter | Type | Required | Value | Description |
---|---|---|---|---|
type | String | true | 1,2 | 1-VoiceClone, 2-Akool Voices |
page | String | false | 1 | Page number |
size | String | false | 10 | Page size |
style | String | false | Calm,Authoritative | Voice style filters, separated by commas |
gender | String | false | Male,Female | Gender filters, separated by commas |
age | String | false | Young,Middle,Elderly | Age filters, separated by commas |
scenario | String | false | Advertisement,Education | Scenario filters, separated by commas |
name | String | false | MyVoice | Voice name, supports fuzzy search |
support_stream | Integer | false | 1 | 2-Voice does not support streaming.; 1-Voice supports streaming. |
Parameter | Type | Value | Description |
---|---|---|---|
code | Integer | 1000 | API returns status code(1000:success) |
msg | String | API returns status message | |
data | Object | Response data object | |
- result | Array | Voice list | |
— _id | String | ”68676e544439e3b8e246a077” | Document ID |
— uid | Integer | 101400 | User ID |
— team_id | String | ”6805fb69e92d9edc7ca0b409” | Team ID |
— voice_id | String | ”zQAGCFElz23u6Brdj4L-NrbEmSxswXdoPN_GBpYgUPHo1EGWgZgAnFJexONx_jGy” | Voice ID |
— gender | String | ”Male” | Voice gender |
— language | String | ”Polish” | Voice language |
— locale | String | ”pl” | Voice locale |
— name | String | ”MyVoice0626-01” | Voice name |
— preview | String | Preview audio URL | |
— text | String | ”This is a comic style model…” | Preview text content |
— duration | Integer | 9822 | Audio duration in milliseconds |
— status | Integer | 3 | Voice status: 【1:queueing, 2:processing, 3:completed, 4:failed】 |
— create_time | Long | 1751608916162 | Creation timestamp |
— update_time | Long | 1751608916162 | Update timestamp |
— style | Array | [“Authoritative”, “Calm”] | Voice style tags |
— scenario | Array | [“Advertisement”] | Scenario tags |
— age | Array | [“Elderly”, “Middle”] | Age tags |
— deduction_credit | Integer | 0 | Deducted credits |
— webhookUrl | String | "" | Callback URL |
— voice_model_name | String | ”Akool Multilingual 3” | Supported voice model name |
— support_stream | Boolean | true | Supported stream: true/false, Akool Multilingual 1 & Akool Multilingual 3 only support stream. |
- count | Integer | 9 | Total count of voices |
- page | Integer | 1 | Current page number |
- size | Integer | 1 | Page size |
Example
RequestDelete Voice
Parameter | Value | Description |
---|---|---|
Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Parameter | Type | Required | Value | Description |
---|---|---|---|---|
_ids | Array | true | Voice list document IDs Get Voice Document ID |
Parameter | Type | Value | Description |
---|---|---|---|
code | integer | 1000 | API returns status code(1000:success) |
msg | String | API returns status message | |
data | Object | Response data object | |
- successIds | Array | Deleted voice document IDs | |
- noPermissionVoices | Array | Delete failed voice document msg list | |
- _id | String | 6881cd86618fa41c89557b0c | Delete failed voice document ID |
- msg | String | VoiceId:6881cd86618fa41c89557b0c resource not found | Delete failed voice error msg |
Example
BodyGet Voice Detail
Parameter | Value | Description |
---|---|---|
Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Parameter | Type | Required | Value | Description |
---|---|---|---|---|
_id | String | true | Voice list document IDs Get Voice Document ID |
Parameter | Type | Value | Description |
---|---|---|---|
code | Integer | 1000 | API returns status code(1000:success) |
msg | String | API returns status message | |
data | Object | Response data object | |
- _id | String | ”6836bafb5026505ab7a529fa” | Document ID |
- uid | Integer | 101400 | User ID |
- team_id | String | ”6805fb69e92d9edc7ca0b409” | Team ID |
- voice_id | String | ”yRBw4OM8YFm5pCNKxJQ7” | Voice ID |
- gender | String | ”Male” | Voice gender |
- name | String | ”Snow Peak 01” | Voice name |
- preview | String | ”https://drz0f01yeq1cx.cloudfront.net/…” | Preview audio URL |
- text | String | ”Hello, I’m your personalized AI voice…” | Preview text content |
- duration | Integer | 7055 | Audio duration in milliseconds |
- status | Integer | 3 | Voice status: 【1:queueing, 2:processing, 3:completed, 4:failed】 |
- create_time | Long | 1748417275493 | Creation timestamp |
- style | Array | [“Authoritative”, “Calm”] | Voice style tags |
- scenario | Array | [“Advertisement”] | Scenario tags |
- age | Array | [“Elderly”, “Middle”] | Age tags |
- deduction_credit | Integer | 0 | Deducted credits |
- voice_model_name | String | ”Akool Multilingual 1” | Supported voice model name |
- support_stream | Boolean | true | Supported stream: true/false, Akool Multilingual 1 & Akool Multilingual 3 only support stream. |
- language | String | ”Chinese” | Voice language |
- locale | String | ”zh” | Voice locale |
- update_time | Long | 1751608916162 | Update timestamp |
Example
RequestGet Voice Result Detail
Parameter | Value | Description |
---|---|---|
Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Parameter | Type | Required | Value | Description |
---|---|---|---|---|
_id | String | true | Voice result document ID Get Voice Result ID |
Parameter | Type | Value | Description |
---|---|---|---|
code | Integer | 1000 | API returns status code(1000:success) |
msg | String | API returns status message | |
data | Object | Response data object | |
- result | Object | Voice result object | |
— _id | String | ”688afbd9d2b4b269d1123ffb” | Document ID |
— create_time | Long | 1753938905005 | Creation timestamp |
— update_time | Long | 0 | Update timestamp |
— uid | Integer | 101400 | User ID |
— team_id | String | ”6805fb69e92d9edc7ca0b409” | Team ID |
— input_text | String | ”Życie jak wspinaczka górska…” | Input text content |
— rate | String | ”100%“ | Processing rate |
— status | Integer | 1 | Status: 【1:queueing, 2:processing, 3:completed, 4:failed】 |
— webhookUrl | String | "" | Callback URL |
— duration | Integer | 0 | Audio duration in milliseconds |
— file_name | String | ”1753938905005.mp3” | File name |
— gender | String | ”Male” | Voice gender |
— deduction_credit | Float | 0.5148 | Deducted credits |
— name | String | ”26ca668a9eb448b7b9a3806fa86207f3” | Resource name |
— priority | Integer | 2 | Priority level |
— language_code | String | ”pt” | Language code |
— __v | Integer | 0 | Version number |
— preview | String | null | Preview audio URL |