curl --request POST \
--url https://api.jiekou.ai/v3/glm-tts-voice-clone \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"text": "<string>",
"input": "<string>",
"audio_url": "<string>",
"voice_name": "<string>"
}
'{
"voice": "<string>",
"audio_url": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/glm-tts-voice-clone \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"text": "<string>",
"input": "<string>",
"audio_url": "<string>",
"voice_name": "<string>"
}
'{
"voice": "<string>",
"audio_url": "<string>"
}使用音色复刻技术,基于示例音频生成指定音色、文本内容的语音合成。Documentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json