/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 codeStatus codeDescription
unsupportedFileType415The type of the submitted file isn't supported. Only JPEG, PNG, WebP and GIF are.
corruptFile422The submitted file could not be read by Fluffle. This likely means it's corrupt.
areaTooLarge400The submitted image has an area (width * height) greater than the maximum allowed area of 16 megapixels.
null400Not all error responses have a specific error code. null is used in case of all other errors, like basic parameter validation failures.

Language
Click Try It! to start a request and see the response here!