For buyers and dealers
Wrong vehicle decisions create avoidable loss for buyers, families and friends, and for dealers, lenders and insurers. SmartScore surfaces risk early so teams can decide with confidence.
AISmartScore Partner Access
SmartScore helps businesses protect margin, improve buyer trust and reduce avoidable vehicle risk across listing, auction and warranty journeys.
For buyers and dealers
Wrong vehicle decisions create avoidable loss for buyers, families and friends, and for dealers, lenders and insurers. SmartScore surfaces risk early so teams can decide with confidence.
For warranty providers
Early risk visibility supports better claim forecasting and stronger portfolio control.
For marketplaces and auctions
Clear reliability signals improve listing trust, reduce disputes and strengthen conversion quality.
End-to-end orchestration from inspection inputs to partner decisions. Hover nodes to inspect each signal path.
Intelligence Graph
Data inputs, hidden pattern engines and commercial decision layers rendered in one live flow map.
Hover details
SmartScore Core
Deterministic scoring core that standardises risk, reliability and repair-pressure signals across asset workflows.
Listing mode
ModeMarketplace and dealer badges with clear reliability language.
Explain mode
ModePlain English intelligence for buyer support and operations teams.
Auction mode
ModeBid-support risk signals for auction and salvage workflows.
Fraud mode
ModeStandalone listing anomaly detection for trust and safety workflows.
Warranty mode
ModeMaintenance and claim-risk intelligence for underwriting decisions.
Ultra mode
PremiumThe richest SmartScore decision layer for enterprise partners, with vertical sensitivity control.
Ultra spotlight
Ultra mode provides the deepest SmartScore intelligence layer with richer predictive pattern analysis and stronger decision support output. Set useCase to marketplace, auction or warranty to tune sensitivity. Warranty calibration is typically around 12–18% stricter than auction.
POST /api/sdk/smartscore
{
"assetType": "car",
"assetId": "AB12CDE",
"publishableKey": "pk_live_partner",
"mode": "ultra",
"useCase": "warranty"
}Same sample vehicle, different vertical calibration. This shows how SmartScore sensitivity adjusts across marketplace, auction and warranty use.
Marketplace
Buyer-friendly reliability calibration
--
SmartScore
12m repair likelihood: n/a
Typical yearly maintenance: n/a
Confidence: baseline
Source: Fallback model
Auction
Balanced pre-bid commercial calibration
--
SmartScore
12m repair likelihood: n/a
Typical yearly maintenance: n/a
Confidence: baseline
Source: Fallback model
Warranty
Stricter underwriting calibration
--
SmartScore
12m repair likelihood: n/a
Typical yearly maintenance: n/a
Confidence: baseline
Source: Fallback model
0/5 complete (0%)
Listing Intelligence
From £0.50 per vehicle analysis
Buyer-facing badge outputs designed for listing conversion, trust and transparency.
Auction Intelligence
From £0.75 per vehicle analysis
Category and hidden-risk signals designed for pre-bid commercial decisions.
Fraud Intelligence
From £0.60 per listing analysis
Deterministic anomaly scoring for trust and safety teams running listing integrity checks.
Warranty Intelligence
From £2.50 per vehicle analysis
Repair exposure and risk intelligence for claim-sensitive underwriting workflows.
SmartScore Ultra
From £4.90 per vehicle analysis
Deep predictive intelligence with stronger decision support for enterprise operations.
New partners receive full access for 14 days before usage billing begins. If you need white-label styling or bespoke integration support, email hello@aismartscore.com.
This onboarding page covers commercial setup and key access. The API page contains full technical integration details.
Listing mode
POST /api/sdk/smartscoreFor listing badges and buyer-facing reliability labels.
{
"assetType": "car",
"assetId": "AB12CDE",
"publishableKey": "pk_live_partner",
"mode": "listing"
}Explain mode
POST /api/sdk/smartscoreFor support teams and plain-English decision summaries.
{
"assetType": "car",
"assetId": "AB12CDE",
"publishableKey": "pk_live_partner",
"mode": "explain"
}Fraud mode
POST /api/sdk/smartscoreFor trust and safety reviews, listing anomaly routing and fraud triage.
{
"assetType": "car",
"assetId": "AB12CDE",
"publishableKey": "pk_live_partner",
"mode": "fraud",
"price": 7995,
"expected_price_band": { "low": 9200, "high": 10800 },
"text": "bank transfer only, no viewing"
}Ultra mode
POST /api/sdk/smartscoreFor advanced intelligence with vertical calibration by use case (warranty is tuned stricter than auction).
{
"assetType": "car",
"assetId": "AB12CDE",
"publishableKey": "pk_live_partner",
"mode": "ultra",
"useCase": "warranty"
}Listing badge customisation snippet
Apply this on the rendering side to white-label badge colours, roundness and visible sections.
const badgeCustomization = {
accentColor: "#22c55e",
borderColor: "#14b8a6",
cornerRadius: 30,
fontFamily: "Sora, Manrope, system-ui, sans-serif",
showBrandContext: true,
showMechanicChecks: true
};
<SmartScoreBadge badge={{ ...badgeData, customization: badgeCustomization }} />Most partners complete first integration in a few minutes by calling POST /api/sdk/smartscore, then extend into listing, explain, auction, warranty or ultra modes.
Yes. New partners receive 14 days of full API access before usage billing begins.
Billing is usage-based per analysis and tracked automatically, with monthly billing in arrears. Listing Intelligence starts from £0.50, Auction from £0.75, Warranty from £2.50 and Ultra from £4.90.
Ultra provides deeper predictive signals and stricter calibration for enterprise decision workflows where false negatives are costly.
Yes. Badge colours, wording and shape can be customised to match your product and brand standards.
No. SmartScore is designed to use inspection and risk signals without requiring personal customer identity data.
Yes. You can lock allowed domains, run live test calls and validate outputs before production rollout.
Fraud mode is for trust and safety teams that need deterministic listing anomaly signals for triage and manual review routing.
For enterprise rollout, white-labelling or bespoke integration, contact hello@aismartscore.com.
Integration usually takes only a few minutes.