certify_compliance_report
Certify an EU AI Act compliance report to create a tamper-proof audit trail. Returns a proof ID and public verification URL for auditors.
Instructions
Make your compliance report tamper-proof for Art. 12 audit trail — pass the report JSON, get back a proof_id and a public verification URL you can hand to auditors. Certified plan required. Run generate_report() first to produce the report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_data | Yes | JSON string of the compliance report to certify. | |
| trust_layer_key | Yes | ArkForge Trust Layer API key. |