{
"virtualmanId": "68aebb91b8619ed6f4168f40",
"audioUrl": "https://mus.uncs.com/test/2024/01/31/17/3cc12d4dbefe719192b0246891eb5470.mp3",
"text": "你好,我是你的专属AI克隆声音",
"speakerId": "68aebb91b8619ed6f4168f40",
"speakerExtra": {
"speedRatio": 1,
"language": "zh-CN",
"marks": [
{
"type": "break",
"index": 3,
"time": 2000
}
]
},
"callbackUrl": "https://blind-adviser.com/hook"
}
curl --location --request POST 'https://openapi.shanjian.tv/v1/virtualman/video' \
--header 'Authorization: Bearer {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"virtualmanId": "68aebb91b8619ed6f4168f40",
"audioUrl": "https://mus.uncs.com/test/2024/01/31/17/3cc12d4dbefe719192b0246891eb5470.mp3",
"text": "你好,我是你的专属AI克隆声音",
"speakerId": "68aebb91b8619ed6f4168f40",
"speakerExtra": {
"speedRatio": 1,
"language": "zh-CN",
"marks": [
{
"type": "break",
"index": 3,
"time": 2000
}
]
},
"callbackUrl": "https://blind-adviser.com/hook"
}'
{
"code": "string",
"data": {
"taskId": "string"
},
"message": "string"
}