Remix
Generate an image using a text prompt.
Name
Value
Name
Type
Description
// Success, the image has been generated
{
"task_id": "64cd7965-1b78-42c8-b929-9d7751a2e149",
"image_urls": [
"https://cdn.apiframe.pro/images/xxxxxxxxxxxxxx.png"
],
"status": "finished",
"task_type": "ideogram-remix",
"seed": 12345
}// Bad request
{
"errors": [{ msg: "Invalid request" }]
}// Invalid API Key
{}// A server error occured
{}Last updated