Submits a project export task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SubmitProjectExportJob |
none |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
string |
No |
The ID of the online editing project. Important Either ProjectId or Timeline must be provided. |
*****67ae06542b9b93e0d1c387***** |
| Timeline |
string |
No |
The timeline of the online editing job. For data structure, see Timeline. Important Either ProjectId or Timeline must be provided. |
{"VideoTracks":[{"VideoTrackClips":[{"MediaId":"****4d7cf14dc7b83b0e801c****"},{"MediaId":"****4d7cf14dc7b83b0e801c****"}]}]} |
| ExportType |
string |
No |
The export type. Valid values:
|
BaseTimeline |
| OutputMediaConfig |
string |
Yes |
The output path for the exported project and generated intermediate files, in JSON format. The export destination only supports OSS. Path fields:
|
{ "Bucket": "example-bucket", "Prefix": "example_prefix", "Width": 1920, "Height": 1080 } |
| UserData |
string |
No |
The user-defined data in the JSON format. |
{"NotifyAddress":"http://xx.xx.xxx","Key":"Valuexxx"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
******11-DB8D-4A9A-875B-275798****** |
| JobId |
string |
The ID of the project export task. |
****cdb3e74639973036bc84**** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"JobId": "****cdb3e74639973036bc84****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.