Image Enhance
Enhance property photos with professional studio-quality lighting
POST
/v1/image-enhance/generate202Enhance a property photo with professional studio-quality lighting, color correction, and detail sharpening using AI.
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
image_url | string (URI) | Yes | URL of the property photo to enhance |
options.prompt | string | No | Optional enhancement instructions or style guidance |
webhook_url | string (URI) | No | URL to receive progress and completion webhooks |
callback_metadata | object | No | Opaque 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"
}
}