Hybrid AI image search API — find similar images, search by visual concept, reverse image lookup — at $0.001 per query.
Build product-discovery features (find-similar, shop-the-look), reverse-image-search lookups, content-deduplication systems, or stock-photo search. Index your image library; query by image or text. Typical integration: a single POST request, a public output URL in seconds, store in your CDN. No GPU infrastructure to maintain, no cold-start delays.
curl -X POST https://api.pixelapi.dev/v1/search/visual \
-H "X-API-Key: $PIXELAPI_KEY" \
-F "[email protected]" \
-F "top_k=10"
| Volume per month | Plan | Cost |
|---|---|---|
| Under 100 calls | Free tier | $0 |
| ~10,000 calls | Starter | $10/mo |
| ~60,000 calls | Pro | $50/mo |
| ~300,000 calls | Scale | $200/mo |
Yes. Hybrid search — combines visual embeddings + text descriptions. Index size limits: 1M images on Starter, 10M on Pro, unlimited on Scale. Sub-second query response. We process tens of thousands of pet supplies calls per day for paying customers.
Free 10/min, Starter 60/min, Pro 300/min, Scale unlimited. Higher tiers available on request.
Algolia visual search starts at $1+/1K queries. Constructor.io charges 5-figure annual contracts. Doofinder is European e-commerce focused. PixelAPI is $0.001/query, API-first, self-serve.