Object Manipulation
Remove objects
Remove specific objects from an image. The area will be filled naturally with the surrounding background.
AuthorizationBearer <token>
API key in format: bs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
In: header
image_urlstring
URL of the image
Format
uriobjectsstring|
Object(s) to remove from the image
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://api.bright-shot.com/api/v1/remove" \ -H "Content-Type: application/json" \ -d '{ "image_url": "https://example.com/room.jpg", "objects": "the red car in the driveway" }'{
"requestId": "pred_abc123xyz",
"status": "starting",
"remainingGenerations": 149
}{
"error": "image_url is required"
}{
"error": "Invalid API key"
}{
"error": "Not enough generations"
}Empty room POST
Remove all furniture and decorations from a room, leaving only the bare structure (walls, floor, ceiling, windows).
Edit with natural language POST
Edit images using natural language instructions. Describe the changes you want to make and AI will apply them while preserving the rest of the image.