KitchenGPT API
Build kitchen design into your product
The KitchenGPT Developer API lets you run kitchen-only design modules from your own application — restyle cabinets, swap materials, stage empty kitchens, and more — with a consistent async job interface.
Base URL
https://kitchengpt.io/v1All requests require an API key. See Authentication.
Quick start
curl -X POST "https://kitchengpt.io/v1/modules/change-style" \
-H "Authorization: Bearer kgpt_..." \
-F "image=@kitchen.jpg" \
-F "style=modern"
# Response 202
# { "job": { "id": "...", "status": "queued", "module": "change-style" } }
curl "https://kitchengpt.io/v1/jobs/{id}" \
-H "Authorization: Bearer kgpt_..."Core endpoints
GET /v1/me— client profile, quota, credits, enabled modulesGET /v1/modules— catalog available to your keyGET /v1/styles— style keys for restyle modulesPOST /v1/modules/{module}— start a jobGET /v1/jobs/{id}— poll job status / result
Modules
Start a design
floor-plan-to-kitchenTurn a 2D kitchen floor plan into a top-down photoreal render.
sketch-to-kitchenTurn a kitchen sketch into a photoreal image.
spec-to-kitchenGenerate a kitchen from structured specifications.
kitchen-configuratorGenerate a photoreal pass from a configured kitchen layout payload.
Edit a real photo
change-styleRestyle a kitchen photo while preserving layout and camera angle.
virtual-stagingStage an empty or sparse kitchen with furniture and decor.
make-it-emptyRemove furniture and clutter from a kitchen photo.
swap-handlesReplace or remove cabinet handles and knobs on a real kitchen photo.
appliance-swapReplace an appliance in a kitchen photo with a product reference image.
moodboard-makeoverApply the look of a moodboard to a kitchen photo.
design-continuityContinue an existing kitchen design look onto a new photo of the same space.
cabinet-painterRecolor cabinet fronts on a real kitchen photo.
kitchen-islandAdd or redesign a kitchen island in a photo.
swap-materialsSwap countertops or surface materials on a kitchen photo.
change-flooringReplace the floor finish in a kitchen photo.
change-backsplashReplace the backsplash in a kitchen photo.
cabinet-front-redesignChange cabinet door style on a real kitchen photo.
kitchen-xrayReveal organized storage behind frosted cabinet doors.
Kitchens only
Every module is scoped to kitchen spaces. Do not send bathrooms, living rooms, exteriors, or other room types — results are undefined outside kitchens.