Image Enhance

Enhance property photos with professional studio-quality lighting

POST/v1/image-enhance/generate202

Enhance a property photo with professional studio-quality lighting, color correction, and detail sharpening using AI.

Request Body

ParameterTypeRequiredDescription
image_urlstring (URI)YesURL of the property photo to enhance
options.promptstringNoOptional enhancement instructions or style guidance
webhook_urlstring (URI)NoURL to receive progress and completion webhooks
callback_metadataobjectNoOpaque data returned in webhook payloads

Request Example

{
  "image_url":  "https://example.com/image.jpg",
  "options":  {
    "prompt":  "string"
  },
  "webhook_url":  "https://example.com/image.jpg"
}

Response

{
  "data":  {
    "job_id":  "550e8400-e29b-41d4-a716-446655440000",
    "status":  "queued"
  },
  "meta":  {
    "request_id":  "req_abc123",
    "timestamp":  "2026-03-12T10:00:00.000Z",
    "mode":  "live"
  }
}