---
title: "Generate a temporary signed URL for a compliance certificate"
method: POST
path: "/v1/trust-portal/compliance-resources/signed-url"
tags: ["Trust Portal"]
---

# Generate a temporary signed URL for a compliance certificate

`POST /v1/trust-portal/compliance-resources/signed-url`

Generate a temporary signed URL for a compliance certificate in Betayum. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.

## Request body

- ComplianceResourceSignedUrlDto
  - `organizationId` string, required — Organization ID that owns the compliance resource
  - `framework` 'iso_27001' | 'iso_42001' | 'gdpr' | 'hipaa' | 'soc2_type1' | 'soc2_type2' | 'soc3' | 'pci_dss' | 'nen_7510' | 'iso_9001' | 'pipeda' | 'ccpa', required — Compliance framework identifier

## Response `200`

Signed URL generated successfully

- ComplianceResourceUrlResponseDto
  - `signedUrl` string, required
  - `fileName` string, required
  - `fileSize` number, required — File size in bytes

---

[API](https://skmtc.net/om-network/apis/betayum-api.md) · [All operations](https://skmtc.net/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/95679a9aa625/schema)
