The docs are still under work. Please bear with us 🙇♂️
Apply threshold 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/threshold \ --header 'Authorization: Bearer <token>'
"File"
Authorization: Bearer sk_kaori_*
The URL of the image to apply threshold
The threshold amount (between 0 and 255)
Response for status 200
The response is of type file.
file
Was this page helpful?