Api.MCP.Title
Api.MCP.Description
- ➜Api.MCP.Features.Staging
- ➜Api.MCP.Features.Defurnish
- ➜Api.MCP.Features.Credits
Api.MCP.Code
Api.REST.Title
Api.REST.Description
POST
/v1/stagingApi.REST.Endpoints.Staging.Description
curl -X POST https://app.yourspacelab.com/api/v1/staging \
-H "Authorization: Bearer $YSL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image_url": "https://example.com/room.jpg",
"room_type": "living",
"style": "scandinavian"
}'POST
/v1/defurnishApi.REST.Endpoints.Defurnish.Description
curl -X POST https://app.yourspacelab.com/api/v1/defurnish \
-H "Authorization: Bearer $YSL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image_url": "https://example.com/messy.jpg"
}'