Business domain due diligence
Assess a business domain using website quality, SEO, security, accessibility, performance, DNS, TLS, and RDAP registration signals.
$0.35 USDCBasex402 v2POST
Endpoint
https://apiacre.com/v1/web/business-due-diligenceSend the JSON body below. An unpaid request returns HTTP 402 with a PAYMENT-REQUIRED header; an x402-compatible buyer signs the requirement and retries with PAYMENT-SIGNATURE.
Input example
{
"url": "https://example.com"
}Response shape
{
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "web.business-due-diligence",
"version": "1",
"data": {
"url": "https://example.com/",
"domain": "example.com",
"riskScore": 84,
"riskLevel": "low",
"flags": [],
"siteAudit": {
"overallScore": 88,
"seo": {
"score": 90
},
"security": {
"score": 83
},
"accessibility": {
"score": 92
},
"performance": {
"elapsedMs": 146,
"bytes": 1256,
"status": 200
}
},
"domainIntelligence": {
"domain": "example.com",
"dns": {
"A": [
"93.184.216.34"
]
},
"tls": {
"version": "TLSv1.3"
},
"rdap": {
"status": [
"active"
]
}
},
"disclaimer": "Public technical signals only; not financial, legal, or identity verification advice."
},
"meta": {
"duration_ms": 42,
"cached": false,
"sources": [],
"warnings": []
}
}Try the payment challenge
curl -i -X POST 'https://apiacre.com/v1/web/business-due-diligence' \
-H 'content-type: application/json' \
--data '{"url":"https://example.com"}'