Check the status and retrieve the result of an AI generation, including the output URL.
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
| Parameter | Type | Description |
|---|---|---|
id | string | The generation ID |
| Field | Type | Description |
|---|---|---|
id | string | Generation ID |
status | string | pending, processing, uploading, success, error |
tool | string | Tool used |
output | string | null | URL to generated media |
thumbnail | string | null | URL to thumbnail |
error | string | null | Error message if failed |
type | string | Media type: image, video, audio, text, object |
payload | object | Original request parameters |
createdAt | string | Creation timestamp |
| Status | Description |
|---|---|
pending | Queued for processing |
processing | Generation in progress |
uploading | Uploading to storage |
success | Completed successfully |
error | Failed (see error field) |