Documentation
Every API on StackAPI has its own dedicated documentation. Select one below.
FinGuard
Finance & Compliance50+ financial calculators, AML screening, and OFAC sanctions checks with fuzzy matching.
View Documentation →
DocuSense
AI Document IntelligenceAI-powered document extraction for CA, US & Europe. T4, W-2, P60, P45, paystubs FR/BE/DE, avis d'imposition, invoices, and bank statements.
View Documentation →
Quick Start
All StackAPIs follow the same authentication and request patterns. Here's a universal example:
curl -X POST https://api.stackapi.dev/api/v1/calculators/mortgage \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"loanAmount": 350000, "interestRate": 6.5, "loanTermYears": 30}'