Skip to main content
GET
/
filter
/
preset
获取预设滤镜
curl --request GET \
  --url https://api.kira.art/filter/preset \
  --header 'Authorization: Bearer <token>'
{
  "filters": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "filter": {
        "id": "<string>",
        "name": "<string>",
        "params": {
          "brightness": 123,
          "contrast": 123,
          "saturation": 123,
          "temperature": 123,
          "tint": 123,
          "highlights": 123,
          "shadows": 123,
          "whites": 123,
          "blacks": 123,
          "vibrance": 123,
          "sharpness": 123,
          "vignette": 123,
          "grain": 123,
          "fade": 123
        }
      },
      "category": "<string>",
      "order": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT Token

Response

200 - application/json

滤镜列表

filters
object[]