Upscale, relight and clean up any property photo. Turn an agent's phone shot into imagery that holds up next to a professional shoot.

Pass any source image, from a phone snap to a raw camera file.
Upscaling, lighting correction and object removal, tuned for interiors.
A signed webhook returns the finished image to your product.
Send the request, get a job back, and a signed webhook delivers the finished asset to your product. No polling, no model code to maintain.
curl -X POST https://api.dometech.com.au/v1/image-enhance \
-H "X-API-Key: dome_live_sk_..." \
-d '{ "image_url": "https://.../photo.jpg", "mode": "upscale_4x" }'
# 202 Accepted
{
"job_id": "job_abc123",
"status": "queued"
}