Hanzo
OpenapiAi

Implements GET /v1/videos/{id}/content — download the finished MP4.

Implements GET /v1/videos/{id}/content — download the finished MP4.

GET /v1/videos/{id}/content

Addresshttps://api.hanzo.ai/v1/videos/{id}/content
MethodGET
Operationget_videos_by_id_content
AuthAuthorization: Bearer $HANZO_API_KEY

Implements GET /v1/videos/{id}/content — download the finished MP4.

It authenticates + ownership-checks the caller, then proxies the upstream /content endpoint (bounded by the download concurrency ceiling) and streams the raw video bytes back inline. A successful download also bills the job once (for the client that downloads without first polling to completion) — idempotent with the poll path via job.markCompleted.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo videos content <id>

AI API · All Hanzo APIs · Interactive reference

How is this guide?

On this page