API¶
DiffVer exposes a small REST surface for scan submission and retrieval.
OpenAPI¶
- Interactive docs (Redoc): OpenAPI (Redoc)
If you prefer the raw spec:
- openapi.yaml
Authentication¶
Most endpoints expect:
Authorization: Bearer <token>
In local/dev examples, you’ll often see Bearer tenant-token.
Idempotency¶
Scan creation supports idempotency via:
Idempotency-Key: <string>
This lets clients safely retry without creating duplicate scans.