Skip to main content
GET
/
v1
/
filters
/
brightness
Brightness Filter
curl --request GET \
  --url https://api-kaori.mikabot.xyz/v1/filters/brightness \
  --header 'Authorization: Bearer <token>'
"File"

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_kaori_*

Query Parameters

image
string
required

The URL of the image to adjust brightness

amount
default:0

The brightness amount (between 0.3 and 150)

Response

Response for status 200

The response is of type file.

Last modified on February 3, 2026