Get Spaces
Get Available Spaces for Each Service
Explanation
Before submitting any order, use this API to check the available spaces. The space_name field may be mandatory for specific services; if required, set space_name based on the uploaded image.
GET https://api.aihomedesign.com/v1/catalog/spaces
Query Parameters:
active(boolean): Set totrueto retrieve only active widgets.service_name(string): Set your desired service name e.g.,service-ai-creative-designer.
Response
{
"data": [
{
"id": string,
"name": string,
"title": string,
"description": string,
"prompt": string,
"icon_src": string,
"is_active": boolean,
"is_premium": boolean
}
]
}{
"error": string,
"key": string
}Last updated