All Products
Search
Document Center

ApsaraVideo VOD:SubmitWorkflowJob

Last Updated:Jul 19, 2024

Initiates a workflow to process media files.

Operation description

  • Make sure that you understand the billing method and price of ApsaraVideo VOD before you call this operation. When you use workflows to process videos, you may be charged for transcoding, encryption, and automated review. For more information, see Billing overview.

  • You can call this operation to initiate a VOD workflow to process media files. For more information, see Workflows .

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
WorkflowIdstringYes

The ID of the workflow. To view the ID of the workflow, log on to the ApsaraVideo VOD console. In the left-side navigation pane, choose Configuration Management > Media Processing > Workflows.

34d577eade633860bdf1237****
MediaIdstringYes

The ID of the media file. You can use one of the following methods to obtain the ID:

  • Log on to the ApsaraVideo VOD console. In the left-side navigation pane, choose Media Files > Audio/Video. On the Video and Audio page, view the ID of the audio or video file. This method is applicable to files that are uploaded by using the ApsaraVideo VOD console.
  • Obtain the value of the VideoId parameter when you call the CreateUploadVideo operation to upload media files.
  • Obtain the value of the VideoId parameter when you call the SearchMedia operation after you upload media files.
058b39e75269da42b08f00459****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

A01C8FF4-C106-4431-418F973DADB7****

Examples

Sample success responses

JSONformat

{
  "RequestId": "A01C8FF4-C106-4431-418F973DADB7****"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history