Download video content

Retrieve the video file content for a completed video task. This endpoint proxies the video file stream.

GET /v1/videos/{task_id}/content

Service root: https://getrouter.ai

Protocol: Video task API

Authentication: Authorization: Bearer YOUR_API_KEY

Parameters

ParameterLocationTypeRequiredDescription
task_idpathstringYesVideo task ID

Example request

curl --request GET \
  --url https://getrouter.ai/v1/videos/TASK_ID/content \
  --header "Authorization: Bearer YOUR_API_KEY"

Responses

StatusDescription
200Video content retrieved successfully
404Video not found or not completed

Success response fields

No top-level fields are defined in this schema.

For complete workflows and examples, read the Video Generation API Guide.


This page is generated from the public Relay OpenAPI specification. Browse the complete specification in the API Explorer.