---
title: "Get Transcript Paragraph Summary"
method: GET
path: "/v1/external/voice-file/jobs/{jobId}/transcript/paragraph-summary"
tags: ["Voice File"]
---

# Get Transcript Paragraph Summary

`GET /v1/external/voice-file/jobs/{jobId}/transcript/paragraph-summary`

Retrieve AI-generated paragraph summaries from the transcript.

- Provides a quick content overview in markdown format
- Summaries are generated in the transcript's original language

Documentation: [Paragraph Summary feature](/voice-file/overview#paragraph-summary-feature)

## Path parameters

- `jobId` string, required

## Response `200`

Transcript paragraph summary

- ParagraphSummary
  - `jobId` string, required — Voice file job identifier
  - `locale` string, required — Locale of the summary
  - `summary` TextObject, required
    - `type` 'text/plain' | 'text/markdown', required — MIME type of the text content
    - `content` string, required — The actual text content

## Other responses

- `401` — Unauthorized
- `404` — Job or summary not found

---

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