Transform images with new prompts
| Header | Type | Required | Description |
|---|---|---|---|
x-api-key | string | Yes | Your API key |
| Parameter | Type | Required | Description |
|---|---|---|---|
jobId | string | Yes | ID of the original image generation task |
imageNo | integer | Yes | Image number to remix (0/1/2/3) |
remixPrompt | string | Yes | New text prompt for transformation (1-8192 characters) |
mode | integer | No | Remix intensity mode (0 or 1, default: 0) |
callback | string | No | Callback URL for task completion notifications |
| Mode | Type | Description |
|---|---|---|
| 0 | Strong | Dramatic transformation with significant changes |
| 1 | Subtle | Minor adjustments while preserving most original elements |
job_id to check the task status via the Get Task endpoint to retrieve the completed result with image URLs.API key for authentication
ID of the original image
Image number to remix (0, 1, 2, or 3)
0 <= x <= 30
New prompt for remix
1 - 8192Remix intensity mode (0=Strong, 1=Subtle)
0 <= x <= 1Callback URL for task completion notifications
Remix task created successfully