---
title: "POST /crm/v3/extensions/calling/transcripts"
method: POST
path: "/crm/v3/extensions/calling/transcripts"
tags: ["Advanced"]
---

# POST /crm/v3/extensions/calling/transcripts

`POST /crm/v3/extensions/calling/transcripts`

## Request body

- TranscriptCreateRequest
  - `engagementId` integer, required
  - `transcriptCreateUtterances` TranscriptCreateUtterance[], required
    - `endTimeMillis` integer, required
    - `languageCode` string
    - `speaker` Speaker, required
      - `email` string
      - `id` string, required
      - `name` string, required
    - `startTimeMillis` integer, required
    - `text` string, required

## Response `200`

successful operation

- TranscriptCreateResponse
  - `id` string, required

## Other responses

- `default` — An error occurred.

## Changes

- **2026-08-17** (v3) `7ca37a678db7` — 1 info
  - endpoint added
- **2026-07-13** (v3) `6f20a1a0d60c` — 1 breaking
  - api path removed without deprecation
- **2026-05-22** (v3) `c6342fed2369` — 2 info
  - the security scope `crm.extensions_calling_transcripts.write` was added to the endpoint's security scheme `oauth2`
  - the security scope `crm-transcription-api-write` was removed from the endpoint's security scheme `oauth2`
- **2026-05-04** (v3) `9500e569388b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/crm-transcriptions/changes/crm/v3/extensions/calling/transcripts/post.md)

---

[API](https://skmtc.dev/hubspot/apis/crm-transcriptions.md) · [All operations](https://skmtc.dev/hubspot/apis/crm-transcriptions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/crm-transcriptions/revisions/37efbbb82d55/schema)
