Skip to main content
GET
Get Policy Download Url

Authorizations

x-api-key
string
header
required

Path Parameters

policy_id
string
required

Unique policy identifier

Example:

"uhc/MP.002/2026-01-01"

Query Parameters

variant
enum<string>
default:display

'display' returns the original file; 'text' returns an LLM-optimized markdown version

Available options:
display,
text

Response

Successful Response

url
string
required

Short-lived presigned URL to download the policy file (expires within ~15 minutes; request it just before use).

Example:

"https://blockstore.example/policy.pdf?X-Amz-Signature=..."

content_type
enum<string>
required

MIME type of the file

Available options:
application/pdf,
text/html,
text/markdown
Example:

"application/pdf"

filename
string
required

Suggested filename for download

Example:

"uhc_MP.002_2026-01-01.pdf"