Broker API
A self-serve REST API for real-time valuations and Area Investment Scores. No listing fees attached. Sign up for a key →
Authentication
Authorization: Bearer sk_live_xxx # or X-API-Key: sk_live_xxx
GET
/api/v1/avm?area=Business Bay&rooms=2 B/R&sqm=110
Single-unit valuation with confidence, comparables and verdict
GET
/api/v1/area-score?area=Dubai Marina
Area Investment Score (0 to 100) with its three parts
POST
/api/v1/compare
Rank two or three areas. Body: {"areas":[...]}
GET
/api/v1/areas
Every scored area
GET
/api/v1/health
Model status
Example
curl -H "Authorization: Bearer sk_live_xxx" \
"https://veritychecker.com/api/v1/avm?area=Business%20Bay&rooms=2%20B/R&sqm=110"
Interactive docs at /docs (OpenAPI).