SyncQ Vision turns any image or video on a Salesforce record into structured data — detect, count, segment and read objects in real time, then write the results straight back to your CRM.
Trusted by data teams running on Salesforce
Every capability runs on autoscaling GPU infrastructure and returns structured JSON your flows, Apex and reports can act on instantly.
Locate and classify thousands of object classes with bounding boxes and confidence scores — from products on a shelf to defects on a part.
Count items at scale — inventory, vehicles, crowds, cells — with line-crossing and zone analytics that update Salesforce fields automatically.
Pixel-perfect masks that measure area, coverage and condition — ideal for damage assessment, agriculture and quality control.
Extract text, totals and fields from invoices, IDs, labels and forms — then map them directly to Salesforce objects and fields.
Fine-tune on your own labelled data with a no-code trainer. Deploy private models to your org with one click — your data never leaves your tenant.
Process a single record on demand or millions in nightly batches. Streaming video, webhooks and async APIs all return to the same data model.
Annotate, train, version and deploy your own models, then compose them into pipelines — all governed inside Salesforce.
Label 10× faster with foundation models — SAM smart-polygons, Grounding DINO and box/keypoint tools that pre-label for you, then human-review.
Manage, augment and version datasets with health checks and reproducible train / val / test splits. Import & export COCO, YOLO and Pascal VOC.
Chain steps — detect → track → count → OCR → notify — in a low-code builder, then deploy the whole pipeline as a single invocable Salesforce action.
Start from 50,000+ pre-trained models and open datasets. Fork a model, fine-tune on your data and ship it to your org in minutes.
Persistent IDs across video frames with ByteTrack-style tracking — motion trails, dwell time and re-identification for true flow analytics.
Draw polygon zones and line-crossing counters to measure occupancy, throughput and flow — written straight into Salesforce fields and dashboards.
YOLO RT-DETR Ultralytics Transformers CLIP
No middleware, no exports. SyncQ Vision installs as a managed package and lives inside your existing flows.
An image lands on a record — uploaded by a field rep, attached to a case, or streamed from a camera.
SyncQ Vision runs detection, counting, segmentation or OCR on managed GPU infrastructure in milliseconds.
Results map to native fields, objects and records — counts, labels, masks and extracted text, fully structured.
Flows, alerts and dashboards fire instantly — route a case, flag a defect, update inventory, trigger an approval.
A single invocable action drops into any Flow. Or hit the Apex SDK directly for full control over models, thresholds and result mapping.
// Detect & count objects on a record image, // then write the results back to Salesforce. SyncQVision.Request req = new SyncQVision.Request(); req.model = 'detect-v3'; req.imageId = record.Photo__c; req.classes = new List<String>{ 'pallet', 'box' }; req.threshold = 0.55; SyncQVision.Result res = SyncQVision.run(req); // Structured, ready to use record.Pallet_Count__c = res.countOf('pallet'); // 18 record.Box_Count__c = res.countOf('box'); // 142 record.Avg_Confidence__c = res.meanScore; // 0.94 update record; // flows & dashboards fire
From the warehouse floor to the claims desk, teams turn images into trusted CRM data.
Count shelf stock and detect out-of-stock facings from store photos, syncing counts to inventory objects.
Segment vehicle & property damage and auto-estimate severity to accelerate claims on the Case object.
Verify installs and read equipment nameplates with OCR — populating asset records hands-free.
Detect surface defects on the line and log failures to quality records with confidence and location.
Count pallets and read shipping labels at the dock, reconciling against orders in real time.
Count cells and segment regions in lab imagery, attaching structured results to sample records.
Every plan includes the full model suite, the managed package and tenant isolation. Pay for what you process.
Book a 30-minute demo and we’ll run SyncQ Vision live on your own sample images — no install required.