All Products
Search
Document Center

ApsaraVideo VOD:AddEditingProjectMaterials

Last Updated:Sep 26, 2024

Adds one or more materials to an editing project.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vod:AddEditingProjectMaterials
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectIdstringYes

The ID of the online editing project.

afa31b483b5c41609185de0e1b790579
MaterialIdsstringYes

Separate multiple material IDs with commas (,). You can specify up to 10 IDs.

Note If you specify multiple materials, make sure that the materials are of the same type as specified in MaterialType.
d3251979f9fd41f2acb29ccda5a6f772
MaterialTypestringYes

The type of the material. Valid values:

  • video
  • audio
  • image
video

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

85237CDA-0B54-5CED-BA10-A8A71AA13C1A
MaterialListarray<object>

The materials.

Materialobject

The details of the material.

Statusstring

The status of the material. Valid values:

  • Normal
  • Uploading
  • UploadFail
Normal
CateIdinteger

The ID of the category.

1000487543
CreateTimestring

The time when the material was created. The time follows the ISO 8601 standard in the YYYY-MM-DD**Thh:mm:ss format. The time is displayed in UTC.

2019-10-02T08:26Z
MaterialTypestring

The type of the material. Valid values:

  • video
  • audio
  • image
video
Tagsstring

The tag of the material. Multiple tags are separated by commas (,).

tag1,tag2
SpriteConfigstring

The configuration of the sprite snapshot.

xxx
CateNamestring

The category name of the material.

cate1
Descriptionstring

The description of the material.

test material
MaterialIdstring

The ID of the material.

85befc4118b84c6723e53b80b1****
Sizelong

The size of the material.

1682694
CoverURLstring

The thumbnail URL.

http://example.aliyundoc.com/aivideocover/46fa444aa34065cb9250f6c****/image_01.jpg
Durationfloat

The duration of the material. Unit: seconds. The value is accurate to four decimal places.

3690.2332
CustomerIdlong

The ID of the user.

1234751840694470
Titlestring

The title of the material.

test
ModifyTimestring

The time when the material was last updated. The time follows the ISO 8601 standard in the YYYY-MM-DD**Thh:mm:ss format. The time is displayed in UTC.

2022-11-25T07:28:34Z
Spritesarray

The URLs of sprite snapshots.

Spritestring

The URL of the sprite snapshot.

{"Sprite":["http://example.aliyundoc.com/material_big_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key="]}
Snapshotsarray

The URLs of snapshots.

Snapshotstring

The URL of the snapshot.

["http://example.aliyundoc.com/material_small_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=","http://example.aliyundoc.com/material_small_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key="]

Examples

Sample success responses

JSONformat

{
  "RequestId": "85237CDA-0B54-5CED-BA10-A8A71AA13C1A",
  "MaterialList": [
    {
      "Status": "Normal",
      "CateId": 1000487543,
      "CreateTime": "2019-10-02T08:26Z",
      "MaterialType": "video",
      "Tags": "tag1,tag2",
      "SpriteConfig": "xxx",
      "CateName": "cate1",
      "Description": "test material",
      "MaterialId": "85befc4118b84c6723e53b80b1****",
      "Size": 1682694,
      "CoverURL": "http://example.aliyundoc.com/aivideocover/46fa444aa34065cb9250f6c****/image_01.jpg",
      "Duration": 3690.2332,
      "CustomerId": 1234751840694470,
      "Title": "test",
      "ModifyTime": "2022-11-25T07:28:34Z",
      "Sprites": [
        "{\"Sprite\":[\"http://example.aliyundoc.com/material_big_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=\"]}"
      ],
      "Snapshots": [
        "[\"http://example.aliyundoc.com/material_small_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=\",\"http://example.aliyundoc.com/material_small_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=\"]"
      ]
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.