---
title: "Create summary"
method: POST
path: "/summaries"
---

# Create summary

`POST /summaries`

Creates a new summary for the specified transcription.

 Session summaries are currently in Beta and available to selected customers only. Email us at embedded@whereby.com to join our pilot program (terms and conditions apply).

## Path parameters

- `transcriptionId` string, required

## Request body

- object
  - `transcriptionId` string, required — The transcription ID for which the summary should be created.
  - `template` 'SOAP' | 'Extended SOAP' | 'General Narrative' | 'General Bulleted' | 'Educational Lecture' | 'Educational Tutoring' — The template that the summary should be created from. The following summary templates are currently available: - `General Bulleted` - `General Narrative` - `SOAP` - `Extended SOAP` - `General Narrative` - `Educational Lecture` - `Educational Tutoring`

## Response `201`

The summary job was scheduled successfully.

- unknown

## Other responses

- `401` — Access token is missing or invalid
- `404` — The requested resource doesn't exist
- `429` — You are rate limited

---

[API](https://skmtc.net/whereby/apis/whereby-rest-api.md) · [All operations](https://skmtc.net/whereby/apis/whereby-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whereby/whereby-rest-api/revisions/3d9aec0774ff/schema)
