Generation
Text to image
Generate a room image from a text description (no reference image needed).
AuthorizationBearer <token>
API key in format: bs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
In: header
promptstring
Detailed text description of the interior to generate
style?string
Interior style
room_type?string
Type of room
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://api.bright-shot.com/api/v1/generate" \ -H "Content-Type: application/json" \ -d '{ "prompt": "A modern living room with a large sectional sofa, floor-to-ceiling windows, and minimalist decor", "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"
}