---
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 Comp AI. 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' — Native compliance framework identifier
  - `customFrameworkId` string — Org-authored custom framework ID (alternative to `framework`)

## Response `200`

Signed URL generated successfully

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

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
