6 Verticals28 Grading StandardsOpen SDK

The universal inspection platform

Six verticals. One SDK. Infinite possibilities.

28 grading standards346 catalog items6 verticals ready to use
Open SDK

Build your own vertical

The AssetScan SDK gives you everything you need to create a custom inspection vertical for any asset class. Bring your own grading standards, component catalog, and industry rules — we handle the AI, infrastructure, and reporting.

  • Custom grading standards and scales
  • Component catalog builder
  • White-label inspection reports
  • Webhooks and real-time events
  • REST API and TypeScript SDK
Read the SDK Docs
custom-vertical.ts
import { AssetScanSDK } from '@kliq-ai/sdk';

// Create your own custom vertical
const sdk = new AssetScanSDK({
  apiKey: process.env.ASSETSCAN_API_KEY,
});

const vertical = await sdk.createVertical({
  name: 'BoatScan',
  standards: ['ABYC', 'NMMA'],
  catalog: sdk.catalogs.marine,
});

// Inspect any asset
const result = await vertical.inspect({
  photos: ['./hull-port.jpg', './engine.jpg'],
  location: { lat: 51.5, lng: -0.1 },
});

console.log(result.grade);      // 'ABYC-B: Good'
console.log(result.components); // [...detected parts]
console.log(result.report);     // PDF buffer
Grading Standards

28 industry standards, one platform

AssetScan integrates every major grading and condition standard across six asset classes. No proprietary scales — just the standards your industry already uses.

PSATrading Card Grading
BGSBeckett Card Grading
GIADiamond 4C Assessment
SheldonCoin Scale 1-70
NEN 2767Building Condition
SFG20Maintenance Codes
HagertyClassic Car Grading
Manheim MMRWholesale Condition
ConcoursShow Condition
AIC 1-5Art Condition Scale
AAMMuseum Standard
ISO 10816Vibration Severity
ISO 4628Coating Degradation
API 580Risk-Based Inspection
FHWA NBIBridge Inspection
PCIPavement Condition
NASSCO PACPPipeline Assessment
CollectorScan
BuildingScan
VehicleScan
ArtScan
MachineScan
InfraScan
Pricing

One plan for every scale

Starter

$49

per month

Access any single vertical with full features.

  • 100 inspections/mo
  • Choose any 1 vertical
  • All grading standards
  • PDF reports
  • Email support
Start Free Trial

Pro

$199

per month

Access all verticals with API and white-label support.

  • 1,000 inspections/mo
  • All 6 verticals included
  • API access
  • White-label reports
  • Priority support
  • Webhooks & events
Start Free Trial

Enterprise

Custom

annual contract

Dedicated infrastructure with custom SDK vertical.

  • Unlimited inspections
  • Custom SDK vertical
  • Dedicated infrastructure
  • SLA guarantee
  • Dedicated account manager
Contact Sales

Start building with AssetScan

Pick a ready-made vertical or build your own with the SDK. Either way, you're up and running in minutes.