Remix

POST

Remix provided images synchronously based on a given prompt and optional parameters

Input images are cropped to the chosen aspect ratio before being remixed.

Supported image formats include JPEG, PNG, and WEBP

Request

This endpoint expects a multipart form containing a file.
image_requestobjectRequired

A request to generate a new image using a provided image and a prompt.

image_filefileRequired

Response

This endpoint returns an object.
createddatetime

The time the request was created.

datalist of objects

A list of ImageObjects that contain the generated image(s).

Errors