Shelf AI Vision
Shelf AI Vision turns retail shelf images into structured product-level data. Upload one shelf photo and receive detected product boxes, confidence scores, and category labels for each item. The API is built for shelf audits, retail QA, catalog cleanup, planogram checks, and internal merchandising tools. The service exposes two public endpoints: one for structured JSON analysis and one for quick…
Shelf AI Vision endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Analyze Shelf Image /v1/analyze |
Detect products in a shelf photo. Upload an image as multipart/form-data and receive detected products with category labels, confidence scores, and bounding boxes in JSON. |
| POST |
Visualize Shelf Image /v1/visualize |
Render an annotated visualization of detected products. Accepts the same input as /v1/analyze and returns an image (PNG) with bounding boxes and labels drawn on top of the… |
| GET |
Liveness Health Check /health/live |
Lightweight liveness probe. Returns 200 OK if the service process is alive. Use for monitoring/uptime checks. Does not consume your image quota. |
Shelf AI Vision pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $19 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $499 / month | — |
|