Query parameters

  • image string(uri) Required

    URL of the image to process

  • width integer

    Output width in pixels

    Minimum value is 1, maximum value is 1024. Default value is 512.

  • height integer

    Output height in pixels

    Minimum value is 1, maximum value is 1024. Default value is 512.

Responses

  • 200 image/svg+xml

    SVG image

GET /v1/images/filters/invert
curl \
 --request GET 'https://api.4mina.app/v1/images/filters/invert?image=https%3A%2F%2Fexample.com' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
string