Skip to main content
GET
Get an AIHubMix video task

Autorizações

Authorization
string
header
obrigatório

Gateway-issued API key, formatted as sk-gateway-xxxxxxxx. Used by OpenAI-shaped endpoints (/v1/chat/completions, etc.).

Parâmetros de caminho

id
string
obrigatório

AIHubMix task ID.

Resposta

Video task

id
string
obrigatório

Platform task ID.

object
enum<string>
obrigatório
Opções disponíveis:
image,
video
model
string
obrigatório
status
enum<string>
obrigatório

Current task state. Completed, failed, and cancelled are terminal states.

Opções disponíveis:
pending,
in_progress,
completed,
failed,
cancelled
output
object[]
obrigatório
error
object | null
obrigatório
created_at
integer<int64>
obrigatório

Unix timestamp in seconds.

completed_at
integer<int64> | null
obrigatório
expires_at
integer<int64> | null
obrigatório

Artifact expiry time in Unix seconds; may be null before completion.