Skip to main content
GET
Get an AIHubMix image task

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

id
string
erforderlich

AIHubMix task ID.

Antwort

Image task

id
string
erforderlich

Platform task ID.

object
enum<string>
erforderlich
Verfügbare Optionen:
image,
video
model
string
erforderlich
status
enum<string>
erforderlich

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

Verfügbare Optionen:
pending,
in_progress,
completed,
failed,
cancelled
output
object[]
erforderlich
error
object | null
erforderlich
created_at
integer<int64>
erforderlich

Unix timestamp in seconds.

completed_at
integer<int64> | null
erforderlich
expires_at
integer<int64> | null
erforderlich

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