Call this operation to create 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. The value must be a JSON string. For more information about the data structure, 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 materials exist in the video track of the timeline, the thumbnail of the first material in the timeline is used as the thumbnail of the online editing project. |
https://demo.aliyundoc.com/6AB4D0E1E1C74468883516C2349D1FC2-6-2.png |
| Division |
string |
No |
The region where the service is activated. |
cn-shanghai |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
E4EBD2BF-5EB0-4476-8829-9D94E1B1**** |
| Project |
object |
The online editing project. For more information about the data structure, see EditingProject. |
|
| CreationTime |
string |
The time when the online editing project was created. The time follows the yyyy-MM-ddTHH:mm:ssZ format in the UTC time zone. |
2017-01-11T12:00:00Z |
| Status |
string |
The status of the online editing project. Valid values:
|
Normal |
| ModifiedTime |
string |
The time when the online editing project was last modified. The time follows the yyyy-MM-ddTHH:mm:ssZ format in the UTC time zone. |
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.