Authorization: ********************{
"text": "The first move is what sets everything in motion.",
"model_id": "eleven_turbo_v2_5",
"language_code": "string",
"voice_settings": {
"stability": 0,
"use_speaker_boost": true,
"similarity_boost": 0,
"style": 0,
"speed": 0
},
"pronunciation_dictionary_locators": [
{
"pronunciation_dictionary_id": "string",
"version_id": "string"
}
],
"seed": 0,
"previous_text": "string",
"next_text": "string",
"previous_request_ids": [
"string"
],
"next_request_ids": [
"string"
],
"apply_text_normalization": "auto",
"apply_language_text_normalization": false,
"use_pvc_as_ivc": false
}curl --location --request POST '/elevenlabs/v1/text-to-speech/?output_format' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "The first move is what sets everything in motion.",
"model_id": "eleven_turbo_v2_5",
"language_code": "string",
"voice_settings": {
"stability": 0,
"use_speaker_boost": true,
"similarity_boost": 0,
"style": 0,
"speed": 0
},
"pronunciation_dictionary_locators": [
{
"pronunciation_dictionary_id": "string",
"version_id": "string"
}
],
"seed": 0,
"previous_text": "string",
"next_text": "string",
"previous_request_ids": [
"string"
],
"next_request_ids": [
"string"
],
"apply_text_normalization": "auto",
"apply_language_text_normalization": false,
"use_pvc_as_ivc": false
}'文件流