Hanzo
OpenapiAi

Implements GET /v1/videos/{id} — poll a job's status.

Implements GET /v1/videos/{id} — poll a job's status.

GET /v1/videos/{id}

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

Implements GET /v1/videos/{id} — poll a job's status.

It authenticates the caller, verifies they OWN the job (the caller's billing subject must equal the job's), performs ONE upstream status poll, and — the first time the job is observed completed — settles the reservation with the actual cost and records the billable usage event (exactly once). Returns the OpenAI-shaped video object.

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 get <id>

AI API · All Hanzo APIs · Interactive reference

How is this guide?

On this page