COMMON HEADERS
Authorization: Bearer <token> X-Correlation-Id: <uuid> Idempotency-Key: <uuid> X-Request-Timestamp: <RFC3339> Content-Type: application/json
REFERENCE API CONTRACT
Reference research API published for profiles, simulations, verifier tests and reports.
RESOURCE MODEL
| Method | Endpoint | Purpose |
|---|---|---|
GET | /v1/signature-profiles | Read size and verification assumptions |
POST | /v1/simulations/transactions | Model transaction and block overhead |
POST | /v1/verifier-tests | Record runtime or contract verification result |
POST | /v1/reports | Export a repeatable experiment report |
COMMON HEADERS
Authorization: Bearer <token> X-Correlation-Id: <uuid> Idempotency-Key: <uuid> X-Request-Timestamp: <RFC3339> Content-Type: application/json
REQUEST ENVELOPE
{
"profileId": "QS-W3-2026.07",
"requestId": "5fda47cb-55c8-45a8-81a6-2dd1d1938b47",
"mode": "controlled-evaluation",
"evidenceRequired": true
}ERROR MODEL
400 — Invalid schema or unsupported profile401/403 — Authentication or policy denial409 — Idempotency or state conflict422 — Evidence or compatibility requirement not met503 — Protected dependency unavailable; fail-closed unless approved otherwiseVERSIONING
IMPLEMENTATION PATH
Validate the API contract together with the test corpus and readiness passport.