BrightShotBrightShot API
Photo Enhancement

Enhance photo

Enhance photo quality, color, lighting, and clarity. Improves exposure, corrects color balance, and removes noise while preserving natural textures.

POST
/enhance
AuthorizationBearer <token>

API key in format: bs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

In: header

image_urlstring

URL of the image to process

Formaturi

Response Body

application/json

application/json

application/json

application/json

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