Broker API
A REST API covering health and SAMA mortgage pre-qualification. The Riyadh district figures are on the website only — there is no data endpoint yet. Sign up for a key
Authentication
Authorization: Bearer sk_live_xxx # or X-API-Key: sk_live_xxx
The Riyadh district data is available through the website only — there is no data endpoint yet. The API currently covers health and mortgage pre-qualification.
GET
/api/v1/health
Model status
POST
/api/v1/mortgage/prequalify
Mortgage affordability under SAMA's LTV and debt-burden rules.
Example
curl -H "Authorization: Bearer sk_live_xxx" \
"https://veritychecker.com/api/v1/health"
Interactive docs at /docs (OpenAPI).