Variations
Create 4 new variations of one of the 4 generated images by the Imagine request.
Name
Value
Name
Type
Description
// Success, the task has been submitted
{
"task_id": "29e983ca-7e86-4017-a9e3-ef6fe9cd5f2a"
}// Bad request
{
"errors": [{ msg: "Invalid request" }]
}// Invalid API Key
{}// A server error occured
{}{
"task_id": "29e983ca-7e86-4017-a9e3-ef6fe9cd5f2a",
"task_type": "variation-1",
"original_image_url": "https://.../xxxxxxxx.png", // grid image
"image_urls": [
"https://.../xxxx1.png",
"https://.../xxxx2.png",
"https://.../xxxx3.png",
"https://.../xxxx4.png"
]
}Last updated