BrightShotBrightShot API

Documentation

Get started with the BrightShot API for AI-powered real estate image enhancement

BrightShot API

Welcome to the BrightShot API documentation. Our API provides programmatic access to AI-powered real estate image enhancement tools.

What can you do?

  • Virtual Staging - Add furniture to empty rooms
  • Room Redesign - Change the style of any room
  • Empty Room - Remove furniture from images
  • Lighting Enhancement - Fix dark or poorly lit photos
  • Sky Replacement - Clear up cloudy skies in exterior shots
  • Image Upscaling - Improve image quality and resolution

Quick Start

  1. Create an account if you haven't already
  2. Generate an API key from your dashboard
  3. Make your first API call
curl -X POST https://api.bright-shot.com/api/v1/enhance \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "image_url": "https://example.com/room.jpg",
    "mode": "staging",
    "style": "modern",
    "room_type": "living_room"
  }'

Next Steps