Skip to main content
GET
/
v1
/
external
/
voice-file
/
jobs
/
{jobId}
/
transcript
/
paragraph-summary
Get Transcript Paragraph Summary
curl --request GET \
  --url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/transcript/paragraph-summary \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "job-123",
  "locale": "ko_KR",
  "summary": {
    "type": "text/markdown",
    "content": "### 회의는 프로젝트 진행 상황을 점검하고, 다음 단계에 대한 계획을 수립하는 데 중점을 두었습니다."
  }
}

Authorizations

Authorization
string
header
required

API key in format {id}.{secret}

Path Parameters

jobId
string
required

The job ID returned from Create Voice File Job

Response

Transcript paragraph summary

jobId
string
required

Voice file job identifier

Example:

"job-123"

locale
string
required

Locale of the summary

Example:

"ko_KR"

summary
object
required

Paragraph summary as a TextObject