GET
/
v1
/
videos
/
{task_id}
/
content
curl -X GET "https://api.applerouter.ai/v1/videos/video_abc123/content" \
  -H "Authorization: Bearer sk-your-api-key" \
  -o video.mp4
Content-Type: video/mp4
Content-Length: 12345678

[Binary video data]

Overview

Get the actual video file of a completed video generation task. This endpoint proxies the video file stream.
task_id
string
required
Video task ID
curl -X GET "https://api.applerouter.ai/v1/videos/video_abc123/content" \
  -H "Authorization: Bearer sk-your-api-key" \
  -o video.mp4
Content-Type: video/mp4
Content-Length: 12345678

[Binary video data]

Video must be in completed status before downloading. Attempting to download pending videos will return a 404 error.

Authorizations

Authorization
string
header
required

使用 Bearer Token 认证。格式: Authorization: Bearer sk-xxxxxx

Path Parameters

task_id
string
required

视频任务 ID

Response

成功获取视频内容

The response is of type file.