Models Hub
API ReferenceVideo

Download video content.

Download generated video content, for video models that provide a content endpoint.

Edit this page
GET
/v1/videos/{task_id}/content

Path Parameters

task_id*string

Video generation task ID.

Response Body

video/mp4

application/json

application/json

curl -X GET "https://example.com/v1/videos/task_123456/content"
"string"
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}