AI Under Construction
Input Slots
Slot key
Description
Widgets
Widget slug
Purpose
Select
Example Request
curl --location 'https://api.aihomedesign.com/v3/process' \
--header 'x-api-key: <your_api_key>' \
--header 'Content-Type: application/json' \
--data '{
"order_id": "6878b6d52ecd619eab1f886d",
"tool": "tool-under-construction",
"asset_map": {
"tool-under-construction-input-image": "6878b6882ecd619eab1f886c"
},
"widgets": [
{
"slug": "widget-space-tool-under-construction",
"item_slugs": ["item-kitchen-widget-space-tool-under-construction"]
},
{
"slug": "widget-style-tool-under-construction",
"item_slugs": ["item-contemporary-widget-style-tool-under-construction"]
}
]
}'Last updated