Projects
What is a Project?
Create a Project
POST https://api.aihomedesign.com/v3/project
x-api-key: <your_api_key>
Content-Type: application/jsonField
Type
Required
Description
curl --location 'https://api.aihomedesign.com/v3/project' \
--header 'x-api-key: <your_api_key>' \
--header 'Content-Type: application/json' \
--data '{ "address": "123 Maple Street, Austin TX 78701" }'{
"id": "6984bd700fc3c3c614c2bea5",
"address": "123 Maple Street, Austin TX 78701",
"cover_src": "",
"input_count": 0,
"result_count": 0,
"bookmarked_count": 0,
"default": false,
"updated_at": "2025-07-05"
}Fetch a Single Project
Query param
Description
List All Projects
Query param
Default
Description
Fetch Orders Inside a Project
Query param
Default
Description
Last updated