# Convert image to greyscale **GET /v1/images/filters/greyscale** ## Servers - Production: https://api.4mina.app (Production) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **image** (string(uri)) URL of the image to process - **width** (integer) Output width in pixels - **height** (integer) Output height in pixels - **intensity** (number) Filter intensity ## Responses ### 200 SVG image #### Body: image/svg+xml (string) string ### 400 Bad request - missing or invalid parameters #### Body: application/json (object) - **success** (boolean) - **error** (object) - **meta** (object) ### 401 Unauthorized - invalid or missing API key #### Body: application/json (object) - **success** (boolean) - **error** (object) - **meta** (object) [Powered by Bump.sh](https://bump.sh)