API Reference
A complete, machine-readable contract. Import the OpenAPI spec or Postman collection directly into your tools.
Base URL
https://api.zapitra.comEndpoints
/api/v1/leads/recoveryrequires authLead Recovery — score a single lead (also accepts a { leads: [] } convenience batch).
/api/v1/leads/recovery/batchrequires authLead Recovery — score up to 1,000 leads and return an aggregated pipeline summary.
/api/v1/reconcilerequires authReconciliation — compare two datasets and surface mismatches, duplicates, and missing records.
/api/v1/verifyrequires authVerification — check whether a claim is supported by the evidence supplied.
/api/v1/revenue-leakrequires authRevenue Leakage — find commercial discrepancies that may represent financial exposure.
/api/healthpublicNon-sensitive service health and scoring version.
Authentication
All non-public endpoints require a Bearer API key. See Authentication. Send Authorization: Bearer zap_live_... with every request.
Conventions
Requests and responses are JSON. Timestamps are ISO 8601 (UTC). Monetary values are plain numbers in your own currency. Every response includes an X-Request-Id header that matches the request_id in the body.