Download OpenAPI specification:
Contract for initiating evidence downloads using a short-lived, server-issued presigned URL. This contract is truth-safe: GRANTED does not imply a successful download, and UNKNOWN must be handled explicitly. Fixture-first: this document does not imply a production backend implementation.
| evidence_id required | string |
| reason | string or null |
{- "reason": "string"
}{- "outcome": "GRANTED",
- "reason_code": "string",
- "download_url": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "timeline_entry_id": "string",
- "audit_event_id": "string",
- "correlation_id": "string"
}