API Reference

A complete, machine-readable contract. Import the OpenAPI spec or Postman collection directly into your tools.

Base URL

Base URL
https://api.zapitra.com

Endpoints

POST/api/v1/leads/recoveryrequires auth

Lead Recovery — score a single lead (also accepts a { leads: [] } convenience batch).

POST/api/v1/leads/recovery/batchrequires auth

Lead Recovery — score up to 1,000 leads and return an aggregated pipeline summary.

POST/api/v1/reconcilerequires auth

Reconciliation — compare two datasets and surface mismatches, duplicates, and missing records.

POST/api/v1/verifyrequires auth

Verification — check whether a claim is supported by the evidence supplied.

POST/api/v1/revenue-leakrequires auth

Revenue Leakage — find commercial discrepancies that may represent financial exposure.

GET/api/healthpublic

Non-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.