Submits a batch job to render multiple videos by providing a list of editing project IDs.
Operation description
After submitting a job, you can call ListBatchMediaProducingJob to retrieve all matching jobs. To get detailed information for a specific job, including its status, output media asset IDs, and URLs, call GetBatchMediaProducingJob.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SubmitSceneBatchEditingJob |
none |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectIds |
string |
Yes |
A comma-separated list of editing project IDs. The video is rendered based on the timeline from each project. |
****ae91539d46bb9000f74b40b80dd2,****ae91539000f74b40b80dd9d46bb |
| OutputConfig |
string |
Yes |
The output configuration. The structure is the same as the OutputConfig for batch video generation, except that Count and GeneratePreviewOnly are not supported. |
{ "MediaURL": "http://test-bucket.oss-cn-shanghai.aliyuncs.com/xxx_{index}.mp4", "Width": 1080, "Height": 1920 } |
| UserData |
string |
No |
Custom user data, including callback configurations. For more information, see UserData. |
{"NotifyAddress":"http://xx.xx.xxx"}或{"NotifyAddress":"https://xx.xx.xxx"}或{"NotifyAddress":"ice-callback-demo"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
****C702-41BE-467E-AF2E-883D4517**** |
| JobId |
string |
The job ID. |
****20b48fb04483915d4f2cd8ac**** |
Examples
Success response
JSON format
{
"RequestId": "****C702-41BE-467E-AF2E-883D4517****",
"JobId": "****20b48fb04483915d4f2cd8ac****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.