Remix with Ideogram 4.0 asynchronously
Accepts an Ideogram 4.0 remix request for asynchronous processing and returns immediately with a generation_id. Poll GET /v1/generations/{generation_id} to retrieve the result. If a webhook_url is supplied, the generated images are additionally POSTed to it once ready.
Query parameters
HTTPS URL that Ideogram delivers the generated result to. Ideogram sends a JSON POST to this URL once all images for the request have finished generating. The body mirrors the synchronous generate response: request_id, created, and a data array containing every generated image (url, prompt, resolution, seed, is_image_safe). Each delivery is signed with Ed25519 and verifiable against the public keys at https://api.ideogram.ai/v1/.well-known/jwks.json. Must be HTTPS; private and loopback hosts and the cloud metadata service are rejected.
Response
Request accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id"
}Changes
Changed in 3 of the 34 revisions of this API.394
- ▲
added to the
request propertyallOflistrequest-property-all-of-added
- ▲
removed the enum value
1024x1024of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1024x3072of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1120x896of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1152x2944of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1152x864of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1248x3328of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1248x832of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1280x3072of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1280x720of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1280x800of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1296x3168of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1440x2560of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1440x2880of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1440x720of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1536x512of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1600x2560of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1664x2496of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1728x2304of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
1792x2240of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2048x2048of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2240x1792of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2304x1728of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2496x1664of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2560x1440of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2560x1600of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2880x1440of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
2944x1152of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
3072x1024of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
3072x1280of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
3168x1296of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
3328x1248of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
512x1536of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
720x1280of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
720x1440of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
800x1280of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
832x1248of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
864x1152of the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
896x1120of the request propertyrequest-property-enum-value-removed
- ○
the
request property type was generalized fromstringto no typerequest-property-type-generalized
- ▲
- ○
added the new
1536x512enum value to the request propertyrequest-property-enum-value-added
- ○
added the new
512x1536enum value to the request propertyrequest-property-enum-value-added
- ○
- ○
endpoint added
endpoint-added
- ○