Credexa
API v2 is now live

Integrate Credexa into your workflows.

Automate due diligence by embedding our AI Trust Score and Knowledge Graph directly into your CRM, ERP, or custom applications.

curl -X GET "https://api.credexa.tech/v1/companies/lookup?domain=example.com" \
-H "Authorization: Bearer YOUR_API_KEY"
{
  "company": "Example Corp",
  "domain": "example.com",
  "trust_score": {
    "total": 84,
    "financial": 92,
    "legal": 65,
    "cyber": 88
  },
  "risk_status": "MONITOR"
}

RESTful Design

Standard JSON payloads, predictable resource-oriented URLs, and standard HTTP response codes.

Real-time Webhooks

Subscribe to events and get instantly notified when a tracked company's Trust Score drops.

99.99% Uptime

Highly available infrastructure with global edge caching ensures sub-100ms response times.