BrightShotBrightShot API
Scenes

Change window view

Replace the view through windows in an image with mountain, beach, city, or other scenic views.

POST
/window-view
AuthorizationBearer <token>

API key in format: bs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

In: header

image_urlstring

URL of the interior image

Formaturi
view_typestring

Type of view to show through windows

Value in"mountain" | "beach" | "city" | "forest" | "sunset" | "ocean" | "garden"

Response Body

application/json

application/json

application/json

application/json

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