The docs are still under work. Please bear with us 🙇♂️
Apply brightness to an image. Note: The API docs UI cannot preview binary image responses.
cURL
curl --request GET \ --url https://api-kaori.mikabot.xyz/v1/filters/brightness \ --header 'Authorization: Bearer <token>'
"File"
Authorization: Bearer sk_kaori_*
The URL of the image to adjust brightness
The brightness amount (between 0.3 and 150)
Response for status 200
The response is of type file.
file
Was this page helpful?