BrightShotBrightShot API
Generation

Floor plan to 3D

Convert a 2D floor plan into a photorealistic 3D interior render.

POST
/floor-plan
AuthorizationBearer <token>

API key in format: bs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

In: header

image_urlstring

URL of the floor plan image

Formaturi
style?string

Interior style for the render

Value in"modern" | "minimalist" | "scandinavian" | "luxury" | "industrial" | "rustic" | "coastal" | "contemporary"
room_type?string

Type of room to render

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://api.bright-shot.com/api/v1/floor-plan" \  -H "Content-Type: application/json" \  -d '{    "image_url": "https://example.com/floor-plan.jpg",    "style": "modern",    "room_type": "living-room"  }'
{
  "requestId": "pred_abc123xyz",
  "status": "starting",
  "remainingGenerations": 149
}
{
  "error": "image_url is required"
}
{
  "error": "Invalid API key"
}
{
  "error": "Not enough generations"
}