Design Consultant API - KitchenGPT Design Consultant — KitchenGPT Developers - KitchenGPT

Design Consultant

Conversational kitchen design advice and edit-by-text workflows.

Module id: design-consultant · Synchronous

Endpoint

POST https://kitchengpt.io/v1/modules/design-consultant

Request parameters

NameTypeRequiredDescription
messagestringyesUser message.
conversation_idstringnoExisting conversation id to continue.
imagefilenoOptional 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.