Skip to main content

Download Aliyun Video Content

Download the result file for an Aliyun video task. The task must have completed successfully; otherwise the endpoint returns an error.

Try It

GET/aliyun/v1/videos/{task_id}/contenthttps://api-platform.ope.ai

Authentication

Use Bearer token authentication.

  • Header: Authorization: Bearer <api-key>
  • Example: Authorization: Bearer sk-xxxxxx

Path Parameters

ParameterTypeRequiredDescription
task_idstringYesAliyun video task ID

Request Examples

curl -L "https://api-platform.ope.ai/aliyun/v1/videos/{task_id}/content" \
-H "Authorization: Bearer $OPEAI_API_KEY" \
-o output.mp4

Response Example

HTTP/1.1 200 OK
Content-Type: video/mp4

[Binary video data]