POST
/
ideogram
/
upscale
curl -X POST https://api.example.com/ideogram/upscale \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "image": "https://example.com/image.png",
    "scale": 2
  }'
Upscale images to high definition using the Ideogram Upscale feature.

Request Parameters

image
string
required
Image to upscale.
scale
number
Scale factor.
curl -X POST https://api.example.com/ideogram/upscale \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "image": "https://example.com/image.png",
    "scale": 2
  }'