Creates an online editing project (video editing task).
Operation description
For more information about online editing, see Online editing.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:AddEditingProject |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Title |
string |
Yes |
The title of the online editing project. |
testtimeline |
| Description |
string |
No |
The description of the online editing project. |
testtimeline001desciption |
| Timeline |
string |
No |
The timeline of the online editing project. JSON format. For the specific structure definition, see Timeline. If this parameter is left empty, an empty timeline is created and the total duration of the online editing project is 0. |
{"VideoTracks":[{"VideoTrackClips":[{"MediaId":"cc3308ac5006aed55a54328bc3443****"},{"MediaId":"95948ddba24446b6aed5db985e78****"}]}]} |
| CoverURL |
string |
No |
The thumbnail of the online editing project. If this parameter is left empty and the video track on the timeline already contains materials, the thumbnail of the first material on the timeline is used by default. |
https://demo.aliyundoc.com/6AB4D0E1E1C74468883516C2349D1FC2-6-2.png |
| Division |
string |
No |
The service region. |
cn-shanghai |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
E4EBD2BF-5EB0-4476-8829-9D94E1B1**** |
| Project |
object |
The online editing project. For the specific structure definition, see EditingProject. |
|
| CreationTime |
string |
The time when the online editing project was created. The time follows the format: yyyy-MM-ddTHH:mm:ssZ (UTC). |
2017-01-11T12:00:00Z |
| Status |
string |
The status of the online editing project. Valid values:
|
Normal |
| ModifiedTime |
string |
The last time when the online editing project was modified. The time follows the format: yyyy-MM-ddTHH:mm:ssZ (UTC). |
2017-01-11T13:00:00Z |
| Description |
string |
The description of the online editing project. |
testtimeline001desciption |
| ProjectId |
string |
The ID of the online editing project. |
fb2101bf24bf4df34c4cb3187**** |
| Title |
string |
The title of the online editing project. |
testtimeline |
Examples
Success response
JSON format
{
"RequestId": "E4EBD2BF-5EB0-4476-8829-9D94E1B1****",
"Project": {
"CreationTime": "2017-01-11T12:00:00Z",
"Status": "Normal",
"ModifiedTime": "2017-01-11T13:00:00Z",
"Description": "testtimeline001desciption",
"ProjectId": "fb2101bf24bf4df34c4cb3187****",
"Title": "testtimeline"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.