Cabinet Front Redesign
Change cabinet door style on a real kitchen photo.
Module id: cabinet-front-redesign · Asynchronous job
Endpoint
POST https://kitchengpt.io/v1/modules/cabinet-front-redesignRequest parameters
| Name | Type | Required | Description |
|---|---|---|---|
| image | file | yes | Kitchen photo, max 10 MB. |
| reference_image | file | yes | Door style reference photo. |
Example
curl -X POST "https://kitchengpt.io/v1/modules/cabinet-front-redesign" \
-H "Authorization: Bearer kgpt_..." \
-H "Accept: application/json" \
-F "image=@file.jpg" \
-F "reference_image=@file.jpg"Response
HTTP/1.1 202 Accepted
{
"job": {
"id": "…",
"module": "cabinet-front-redesign",
"status": "queued"
},
"links": {
"self": "https://kitchengpt.io/v1/jobs/…"
}
}Poll GET https://kitchengpt.io/v1/jobs/{id} until succeeded or failed.
Notes
- Images must be JPEG, PNG, or WebP, max 10 MB.
- Inputs must depict a kitchen. Other room types are not supported.
- Do not rely on pixel-perfect color matching for manufacturing without your own QA.