Create variations of existing images
| 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 vary (0/1/2/3) |
type | integer | Yes | Variation intensity type (0 or 1) |
remixPrompt | string | No | Additional prompt for guided variation (1-8192 characters) |
callback | string | No | Callback URL for task completion notifications |
| Type | Name | Description |
|---|---|---|
| 0 | Subtle | Minor changes while preserving most original elements |
| 1 | Strong | More dramatic variations with significant changes |
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 generation task
Image number to vary (0, 1, 2, or 3)
0 <= x <= 30
Variation intensity (0=Subtle, 1=Strong)
0, 1 Optional additional prompt for guided variation
1 - 8192Callback URL for task completion notifications
Variation task created successfully