Verify revenue and legitimacy of any SaaS or digital asset
Complete Trust-as-a-Service API for digital assets. Automated verification of revenue, trust, risk, and legitimacy for SaaS businesses, e-commerce stores, newsletters, apps, and any digital asset.
Verify revenue and legitimacy of any SaaS or digital asset.
Trust-as-a-Service that works for marketplaces, investors, brokers, and platforms.
A complete trust verification system that analyzes any digital asset (SaaS, e-commerce, newsletters, apps) through 8 fundamental pillars, calculates a defensible Trust Score, and identifies standardized risks.
8 verification pillars: identity, asset, financial (revenue/MRR), traffic, legal, reputation, operational, and fraud.
0-100 score automatically calculated with confidence level and detailed breakdown.
30+ standardized risk flags with severity levels (LOW, MEDIUM, HIGH, CRITICAL).
Send the asset ID or asset data (SaaS, e-commerce, newsletter, etc.). The API automatically creates the 8 verification pillars.
POST /api/due-diligence/start
{
"assetId": "asset_123"
}Upload evidence for each pillar: documents, API connections (Stripe, Google Analytics), automated checks, revenue data.
POST /api/due-diligence/evidence/upload
{
"dueDiligenceId": "dd_123",
"pillarType": "FINANCIAL",
"evidenceType": "API_CONNECTION",
"data": { "revenue": 10000 }
}The API automatically calculates Trust Score (0-100), identifies risk flags, and returns complete breakdown with revenue verification.
GET /api/due-diligence/trust-score/asset_123
{
"trustScore": 87.5,
"confidenceLevel": "HIGH",
"riskFlags": [...],
"breakdown": {...}
}const response = await fetch(
'https://api.counterx.com/v1/due-diligence/trust-score/asset_123',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const { trustScore, confidenceLevel } = await response.json();
console.log(`Trust Score: ${trustScore}`);import requests
response = requests.get(
'https://api.counterx.com/v1/due-diligence/trust-score/asset_123',
headers={'Authorization': 'Bearer YOUR_API_KEY'}
)
data = response.json()
print(f"Trust Score: {data['trustScore']}")Owner identity verification
Asset verification (domain, SaaS, store, app)
Financial data (MRR, revenue, churn, CAC, LTV)
Traffic and analytics validation
Legal compliance and aspects
Reputation and historical signals
Operational continuity risks
Fraud and manipulation signals
The Due Diligence Engine is not just a feature. It's the competitive differentiator that verifies revenue and legitimacy of any SaaS or digital asset.
The Due Diligence Engine serves different profiles in the digital assets ecosystem
Show Trust Score on each listing. Increase trust and reduce fraud. Verify revenue before listing.
Automated due diligence before investing. Verify SaaS revenue, MRR, and identify risks quickly.
Validate assets before listing. Verify revenue and increase credibility to close more deals.
Integration in minutes. Simple and intuitive RESTful API.
API Key authentication. Complete and immutable audit trail.
Complete score breakdown. Traceable evidence.
Configurable rate limiting. Supports millions of verifications.
Real-time notifications for important events.
Complete documentation with examples in multiple languages.
Built to verify revenue and legitimacy of any SaaS or digital asset. Scalable, auditable, and transparent.
The Due Diligence Engine verifies revenue, trust, and legitimacy for SaaS businesses, e-commerce stores, newsletters, apps, and any digital asset.
Integrate Trust Score verification in minutes. Complete documentation available.
API Base URL:
https://api.counterx.com/v1/due-diligenceAvailable in production and development. Configurable rate limiting per plan. Works for any SaaS or digital asset.