How it works
Shelfforce uses a multi-step vision pipeline to analyze shelf images:- Extraction — Identifies unique SKUs visible on the shelf.
- Product Detail — Determines facing counts and shelf positions for each product.
- Price Attribution — Reads all price tags and matches them to the correct products using spatial reasoning.
- Summary — Computes brand-level share-of-shelf metrics and totals.
The analysis lifecycle
Analysis is asynchronous. Here is exactly what happens from submission to results:Step 1: Submit an image
Send aPOST request to the analyses endpoint with the URL of a shelf image:
Request parameters
Response
The response comes back immediately. Thestatus is processing while the analysis runs.
One credit is consumed per analysis submission. See Credits for details.
Step 2: Get the results
Option A: Polling
Poll the analysis endpoint until the status iscompleted:
Option B: Webhooks
Register a webhook foranalysis.completed and Shelfforce will POST the result to your URL as soon as processing finishes. No polling needed.
generationId:
Option C: Callback URL
Pass acallbackUrl when submitting an analysis to receive a one-off POST when it completes — no webhook registration needed.
callbackSecret you can use to verify the callback signature:
List analyses
Query your analyses with filters usingGET /api/v1/analyses:
Completed response
Step 3: Work with product data
Product fields
Each product in theproducts array includes:
Query products across analyses
To retrieve products across multiple analyses, use the products endpoint with optional filters:Step 4: View reports
Query aggregated share-of-shelf reports:Image requirements
For best results, follow these guidelines when capturing shelf images:Do
- Capture the full shelf section in frame
- Ensure products and price tags are legible
- Use good lighting with minimal glare
- Shoot from directly in front of the shelf
Avoid
- Blurry or out-of-focus images
- Extreme angles that distort product labels
- Heavy shadows or reflections obscuring products
- Partial shelf captures that cut off products
Analysis statuses
Next steps
Batch Analysis
Process up to 20 images in a single request.
Webhooks
Get notified when analyses complete instead of polling.
Field Operations
Assign shelf audits to field reps and track compliance.
Agent Integration
Connect Shelfforce to AI agents and automated pipelines.