Six verticals. One SDK. Infinite possibilities.
Each vertical is a fully integrated inspection product with its own grading standards, component catalog, and reporting — built on the shared AssetScan SDK.
AI-powered building inspection
AI-powered collectible grading
AI-powered vehicle inspection
AI-powered art condition assessment
AI-powered equipment assessment
AI-powered infrastructure inspection
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.
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 bufferAssetScan integrates every major grading and condition standard across six asset classes. No proprietary scales — just the standards your industry already uses.
per month
Access any single vertical with full features.
per month
Access all verticals with API and white-label support.
annual contract
Dedicated infrastructure with custom SDK vertical.
Pick a ready-made vertical or build your own with the SDK. Either way, you're up and running in minutes.