enable_sync_mode set to true (some models do not support this parameter, but you still need to query the result by id), you must call the Query Result endpoint to retrieve the final output.
data.id – the unique identifier of the predictiondata.urls[0].get – a ready-to-use GET URL that already embeds the idprompt | string | ✅ Yes | - | - | The positive prompt for the generation. |
| aspect_ratio | string | ❌ No | 16:9 | 16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 2:1, auto | The aspect ratio of the generated image. |
| n | integer | ❌ No | 1 | 1-9 | The number of images to generate. |
| resolution | string | ❌ No | 1k | 1k, 2k | Image generation resolution. |
| images | array | ❌ No | - | - | Including reference images of the element, scene, style, etc. Max 10 |
| Error Code | Error Name | Description |
|---|---|---|
| 401 | Unauthorized | API key is missing or invalid |
| 403 | Forbidden | Your API key doesn’t have permission to access this resource, or insufficient balance for the requested operation |
| 429 | Too Many Requests | You’ve exceeded your rate limit |
| 500 | Internal server error | An internal server error occurred |
| 503 | Content policy violation | Content blocked due to safety concerns (actual status code is 400) |