packRules
字段中设置对应的开关值。{
"styleId": "68aebb91b8619ed6f4168f40",
"virtualmanId": "68aebb91b8619ed6f4168f40",
"audioUrl": "https://golden-final.com/a.mp3",
"speakerId": "68aebb91b8619ed6f4168f40",
"speakerExtra": {
"speedRatio": 1,
"language": "zh-CN",
"marks": [
{
"type": "break",
"index": 3,
"time": 2000
}
]
},
"content": "AI行业是一个充满机遇的行业",
"title": "聊AI行业",
"materials": [
{
"type": "image",
"fileUrl": "https://golden-final.com/a.jpg"
},
{
"type": "video",
"fileUrl": "https://golden-final.com/b.jpg"
}
],
"materialSoundSwitch": false,
"introduceCard": {
"name": "廖志勇",
"description": "AI行业领军任务"
},
"packRules": {
"headerSwitch": true,
"materialSwitch": true,
"subtitleSwitch": true,
"keywordSwitch": true,
"backgroundMusic": {
"audioSwitch": true,
"audioUrl": "https://golden-final.com/bg.mp3",
"volume": 1
}
},
"processRules": {
"watermarkShow": true
},
"subtitles": [
{
"startMs": 0,
"endMs": 1000,
"text": "AI行业"
},
{
"startMs": 1000,
"endMs": 2000,
"text": "是一个"
}
],
"callbackUrl": "https://exotic-reservation.org/hook"
}
curl --location --request POST 'https://openapi.shanjian.tv/v1/clip/video/virtualman_broadcast' \
--header 'Authorization: Bearer {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"styleId": "68aebb91b8619ed6f4168f40",
"virtualmanId": "68aebb91b8619ed6f4168f40",
"audioUrl": "https://golden-final.com/a.mp3",
"speakerId": "68aebb91b8619ed6f4168f40",
"speakerExtra": {
"speedRatio": 1,
"language": "zh-CN",
"marks": [
{
"type": "break",
"index": 3,
"time": 2000
}
]
},
"content": "AI行业是一个充满机遇的行业",
"title": "聊AI行业",
"materials": [
{
"type": "image",
"fileUrl": "https://golden-final.com/a.jpg"
},
{
"type": "video",
"fileUrl": "https://golden-final.com/b.jpg"
}
],
"materialSoundSwitch": false,
"introduceCard": {
"name": "廖志勇",
"description": "AI行业领军任务"
},
"packRules": {
"headerSwitch": true,
"materialSwitch": true,
"subtitleSwitch": true,
"keywordSwitch": true,
"backgroundMusic": {
"audioSwitch": true,
"audioUrl": "https://golden-final.com/bg.mp3",
"volume": 1
}
},
"processRules": {
"watermarkShow": true
},
"subtitles": [
{
"startMs": 0,
"endMs": 1000,
"text": "AI行业"
},
{
"startMs": 1000,
"endMs": 2000,
"text": "是一个"
}
],
"callbackUrl": "https://exotic-reservation.org/hook"
}'
{
"code": "string",
"data": {
"taskId": "string"
},
"message": "string"
}