Quick Start Guide
Step 1 — Obtain Your API Key
Step 2 — Register Your Webhook URL
Step 3 — Create a Project
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" }'Step 4 — Upload Your Image & Create an Order
Step 5 — Create a Process
Step 6 — Receive the Webhook Callback
Step 7 — Download the Result
Flow Diagram
Last updated