---
title: "Generate training certificate"
method: POST
path: "/v1/training/generate-certificate"
tags: ["Training"]
---

# Generate training certificate

`POST /v1/training/generate-certificate`

Generate a training completion certificate that can be shared with auditors or attached as workforce security evidence.

## Request body

- SendTrainingCompletionDto
  - `memberId` string, required — The member ID who completed training
  - `organizationId` string — Organization ID (deprecated — use auth context)

## Response `200`

PDF certificate file

## Other responses

- `400` — Training not complete or member not found

## Changes

- **2026-03-05** `946edaa856a9` — 1 warning, 2 info
  - deleted the `header` request parameter `x-internal-token`
  - the endpoint scheme security `apikey` was added to the API
  - the request property `organizationId` became optional

[Change history](https://skmtc.dev/om-network/apis/betayum-api/changes/v1/training/generate-certificate/post.md)

---

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