Design Consultant
Conversational kitchen design advice and edit-by-text workflows.
Module id: design-consultant · Synchronous
Endpoint
POST https://kitchengpt.io/v1/modules/design-consultantRequest parameters
| Name | Type | Required | Description |
|---|---|---|---|
| message | string | yes | User message. |
| conversation_id | string | no | Existing conversation id to continue. |
| image | file | no | Optional kitchen photo context. |
Example
curl -X POST "https://kitchengpt.io/v1/modules/design-consultant" \
-H "Authorization: Bearer kgpt_..." \
-H "Accept: application/json" \
-F "message=value" \
-F "conversation_id=value" \
-F "image=@file.jpg"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.