{
"callbackUrl": "http://xxxxxxxx/metaman/open/secret/test/callback",
"height": 1920,
"name": "测试",
"width": 1080,
"items": [
{
"detailList": [
{
"contentType": "avatar",
"wetaSpeakerId": "1838866162338312192",
"sortNum": 2,
"x": 100,
"y": 200
},
{
"content": "https://mobvoi-digitalhuman-public.cn-bj.ufileos.com/metaman/storage_audio/DEFAULT_GROUP/20221022/10b325d8ce7243d0ac0a1face48bf926.8c738421dfa4423cb84b97db112d257f.5054e55205.wav",
"contentType": "audio",
"actionList": [
{
"actionKey": "www_anlan_2_1622_merge@likes_1080p",
"startTime": "0"
},
{
"actionKey": "www_anlan_2_1622_merge@stop_1080p",
"startTime": "1000"
},
{
"actionKey": "www_anlan_2_1622_merge@hello_1080p",
"startTime": "11000"
}
],
"actionPlayType": "action_first"
}
]
}
]
}
curl --location --request POST 'https://openman.weta365.com/metaman/open/video/cmp' \
--header 'appKey: 23628B8273F5ECF7F0F3BB07A5F240AB' \
--header 'signature: 3747a79642b68bf0d712bfb51118c14e' \
--header 'timestamp: 1689737882' \
--header 'Content-Type: application/json' \
--data-raw '{
"callbackUrl": "http://xxxxxxxx/metaman/open/secret/test/callback",
"height": 1920,
"name": "测试",
"width": 1080,
"items": [
{
"detailList": [
{
"contentType": "avatar",
"wetaSpeakerId": "1838866162338312192",
"sortNum": 2,
"x": 100,
"y": 200
},
{
"content": "https://mobvoi-digitalhuman-public.cn-bj.ufileos.com/metaman/storage_audio/DEFAULT_GROUP/20221022/10b325d8ce7243d0ac0a1face48bf926.8c738421dfa4423cb84b97db112d257f.5054e55205.wav",
"contentType": "audio",
"actionList": [
{
"actionKey": "www_anlan_2_1622_merge@likes_1080p",
"startTime": "0"
},
{
"actionKey": "www_anlan_2_1622_merge@stop_1080p",
"startTime": "1000"
},
{
"actionKey": "www_anlan_2_1622_merge@hello_1080p",
"startTime": "11000"
}
],
"actionPlayType": "action_first"
}
]
}
]
}'
{
"code": 200,
"message": "操作成功",
"data": "1706835107022770176",
"ok": true
}