Endpoint
Headers
| Header | Type | Required | Description |
|---|---|---|---|
x-api-key | string | Yes | Your API key |
Request Body
| 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 |
Variation Types
| Type | Name | Description |
|---|---|---|
| 0 | Subtle | Minor changes while preserving most original elements |
| 1 | Strong | More dramatic variations with significant changes |
Example Requests
Subtle Variation
Response
Returns a task object containing the task information.Authorizations
API key for authentication
Body
application/json
ID of the original image generation task
Image number to vary (0, 1, 2, or 3)
Required range:
0 <= x <= 3Example:
0
Variation intensity (0=Subtle, 1=Strong)
Available options:
0, 1 Optional additional prompt for guided variation
Required string length:
1 - 8192Callback URL for task completion notifications
Response
200
Variation task created successfully