HEADER DÙNG CHUNG
Authorization: Bearer <token> X-Correlation-Id: <uuid> Idempotency-Key: <uuid> X-Request-Timestamp: <RFC3339> Content-Type: application/json
HỢP ĐỒNG API THAM CHIẾU
Đã công bố research API tham chiếu cho profile, simulation, verifier test và report.
MÔ HÌNH TÀI NGUYÊN
| Phương thức | Endpoint | Mục đích |
|---|---|---|
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 |
HEADER DÙNG CHUNG
Authorization: Bearer <token> X-Correlation-Id: <uuid> Idempotency-Key: <uuid> X-Request-Timestamp: <RFC3339> Content-Type: application/json
ENVELOPE REQUEST
{
"profileId": "QS-W3-2026.07",
"requestId": "5fda47cb-55c8-45a8-81a6-2dd1d1938b47",
"mode": "controlled-evaluation",
"evidenceRequired": true
}MÔ HÌNH LỖI
400 — Schema không hợp lệ hoặc profile chưa hỗ trợ401/403 — Từ chối authentication hoặc policy409 — Xung đột idempotency hoặc trạng thái422 — Chưa đáp ứng yêu cầu evidence hoặc compatibility503 — Dependency bảo vệ không sẵn sàng; fail-closed trừ khi được duyệt khácQUẢN LÝ PHIÊN BẢN
LỘ TRÌNH TRIỂN KHAI
Xác minh API contract cùng test corpus và readiness passport.