Skip to main content
GET
/
v1
/
filters
/
distort
Distort Filter
curl --request GET \
  --url https://api-kaori.mikabot.xyz/v1/filters/distort \
  --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 distort

amplitude
default:0

The distortion amplitude (between 1 and 100)

Response

Response for status 200

The response is of type file.

Last modified on February 3, 2026