Image Similarity Hash
This API provides a robust solution for generating perceptual image hashes and performing image similarity comparisons using multiple algorithms. Clients have the flexibility to store the generated hashes directly within the API or manage them externally, where the Hamming distance algorithm can be used for comparison. The API is designed with privacy in mind—no images or URLs are logged,…
Image Similarity Hash endpoints
| Method | Endpoint | Description |
|---|---|---|
| Hashes | ||
| GET |
/v1/hashes /v1/hashes |
Retrieves a **paginated list** of persisted hashes. Hashes can be persisted during creation. |
| POST |
/v1/hashes /v1/hashes |
Creates a **new hash** from the image located at the provided **URL**. |
| Similarities | ||
| POST |
/v1/similarities /v1/similarities |
Computes **similarity** between images from **different sources** |
Image Similarity Hash pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | — |
|
| ULTRA | $9.99 / month | — |
|