Endpoints
Search Sauces
This endpoint returns sauces similar to an image.
GET
This endpoint has a higher rate limit than other endpoints. By default, the rate limit is
1r/10s
.Authorizations
Format: ApiKey <api-key>
Headers
The name of the image file together with some other metadata. Format: attachment; filename={filename}
The type of the image file (if uploaded)
Query Parameters
An URL pointing to the image's source file
The maximum number of results to return
Required range:
1 <= x <= 50
The lowest similarity (percentage) that can be returned. The lower this value, the more the time the request will take to complete.
Required range:
1 <= x <= 100
The ID of the sources from where results can be
Filter the results by their NSFW status. Don't specify to return all results.
Body
image/* · file
A raw image file. The size must not exceed 1MB. Any format supported by [Pillow](https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html) is supported.
The body is of type file
.
Response
200
application/json
The query was completed successfully