idemapi
## From similarity to certainty. **idemapi** turns noisy embeddings into **stable, deterministic IDs** you can actually build systems around. Instead of relying on cosine thresholds, heuristic tuning, or brittle exact hashing, idemapi gives you a reproducible identity primitive for high-dimensional vectors such as **face, voice, fingerprint, document, behavioral, or model-generated embeddings**.…
idemapi endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Lightweight health-check. Returns 200 with {"status":"ok"} when the service is running. |
| v1 | ||
| POST |
bind /v1/bind |
Enrolls an embedding and returns a stable id plus an anchor blob.\n\nThe anchor is stored as a collection variable so the subsequent Derive request can use it automatically. |
| POST |
derive /v1/derive |
Re-derives the stable id from the same embedding using the anchor returned by Bind.\n\nThe test script verifies that the derived id matches the one originally produced by Bind. |
idemapi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $19.99 / month | 10 / second |
|
| ULTRA Recommended | $59.99 / month | 30 / second |
|
| MEGA | $149.99 / month | 100 / second |
|