Auto-margin Documentation

Last updated: Apr 22, 2026

API

Endpoints (draft)

Example endpoints you’d expect in an enterprise screening workflow.

POST /screen

Submit a batch to be screened.

{
  "market": "EU",
  "vehicles": [{ "vin": "…", "supplierPrice": 12300, "currency": "EUR" }]
}

GET /results/{id}

Fetch completed results for a screening run.

GET /markets

List supported markets, sources, and constraints.