post https://api.fluffle.xyz/exact-search-by-file
The API uses errors codes for some specific failures. Below you can find an overview of the error codes you might get.
Error code | Status code | Description |
---|---|---|
unsupportedFileType | 415 | The type of the submitted file isn't supported. Only JPEG, PNG, WebP and GIF are. |
corruptFile | 422 | The submitted file could not be read by Fluffle. This likely means it's corrupt. |
areaTooLarge | 400 | The submitted image has an area (width * height) greater than the maximum allowed area of 16 megapixels. |
null | 400 | Not all error responses have a specific error code. null is used in case of all other errors, like basic parameter validation failures. |