Quickstart
Get a staged image in three steps.
Step 1: Get an API Key
Generate a key
Go to Settings → API and click Generate API Key.You’ll receive 10 free credits ($10 value) on your first key.Save your API key immediately — it’s only shown once.
Step 2: Stage an Image
curl -X POST https://stagingspaces-production-6fb7.up.railway.app/api/v1/stage \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "image=@empty_room.jpg" \
-F "style=modern"
Step 3: Get Your Result
The response includes everything you need:
{
"success": true,
"image_url": "https://storage.googleapis.com/.../staged_modern.jpg",
"image_id": 4521,
"claim_code": "SS-7X9K2M",
"claim_code_expires": "2026-04-24T12:00:00Z",
"credits_used": 1,
"credits_remaining": 9,
"room_type": "living_room",
"style": "modern"
}
That’s it! You’ve staged your first image.
What’s Next?
Try all 9 styles
From scandinavian to eclectic glamour
Enhance to 4K
Photorealistic upscaling
Set up webhooks
Get notified when staging completes
Batch staging
Stage multiple rooms at once