Skip to content

Upscale

Overview

    • Method: POST
    • Path: /ideogram/upscale
    • Content-Type:multipart/form-data

Authentication

  • Authorization: Bearer sk-xxx (required)

Request Example

HeaderExampleRequired
Content-Typemultipart/form-dataYes
AuthorizationBearer sk-xxxxYes

Form Fields

ParameterTypeRequiredDescription
image_filefileYesSource image (JPEG/WEBP/PNG)
image_requestobjectYesRefer to Generate parameters; resemblance indicates likeness

Response Example (200)

json
{
  "created": "2024-10-30T22:08:25.135544+00:00",
  "data": [
    {
      "is_image_safe": true,
      "prompt": "A serene and picturesque tropical beach scene...",
      "resolution": "1120x732",
      "seed": 12345,
      "style_type": null,
      "url": "https://ideogram.ai/api/images/ephemeral/lRIm5aj3Rx24jvjBrcOlOw.png?exp=1730412562&sig=..."
    }
  ]
}