π΄ ImageHashX π΄ Daddy
ImageHashX is a blazingly fast, production-ready REST API built with FastAPI, designed specifically for perceptual image hashing. It generates robust `dhash`, `phash`, `ahash`, and `whash` signatures for images supplied via URL or direct file upload. Unlike cryptographic hashes (MD5, SHA-256) which break if a single byte changes, **perceptual hashes evaluate the visual characteristics of anβ¦
π΄ ImageHashX π΄ Daddy endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Hash by URL /v1/hash/url |
Downloads an image from a provided URL directly into memory and computes its perceptual hashes. Enforces a strict 10-second timeout. |
| POST |
Upload /v1/hash/upload |
Accepts a direct `multipart/form-data` image upload. Ideal for mobile apps or local file processing. Enforces a 10MB file size limit. |
π΄ ImageHashX π΄ Daddy pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $4.99 / month | 20 / minute |
|
| ULTRA Recommended | $14.99 / month | 30 / minute |
|
| MEGA | $39.99 / month | 60 / minute |
|