Api.Hero.Badge

Api.Hero.Title

Api.Hero.Subtitle

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/staging

Api.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/defurnish

Api.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"
  }'
YourSpaceLab | AI 가상 스테이징