Skip to content

Ideogram Zoom in ​

Ideogram upscaling improves the clarity of an existing image, including generated images, product images and reference assets.

API Path ​

MethodologyPathReturns by
POST/ideogram/upscaleReturns the result of the zoomed picture.

Example request ​

bash
curl https://moonnexai.com/ideogram/upscale \
  -H "Authorization: Bearer <MOONNEXAI_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "image_url": "https://example.com/input.png"
  }'

Common field ​

fieldAnnotations
image_urlNeed to zoom in on the picture URL.
resemblanceKeeps the original map similarity, which is based on API Reference.
detailDetails are enhanced, as per API Reference.

Results-based processing ​

sceneTreatment
High-resolution deliverySaves original URLs, magnification results URLs and processing parameters.
Continue editingPasses the magnification to photo editing or hybrid graphics capability.
Comparative PresentationIt also presents original maps and magnification maps to facilitate user selection.

Access Recommendations ​

  • Saves the original URL before zooming in, which allows for comparison of the results.
  • If the original figure is vague, the magnification may be more appropriate for re-editing as a sketch.
  • It is recommended that the zoom-up URL and process parameters be saved for the final picture.

Relevant Pages ​