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": "### 회의는 프로젝트 진행 상황을 점검하고, 다음 단계에 대한 계획을 수립하는 데 중점을 두었습니다."
}
}Retrieve AI-generated paragraph summaries from the transcript. Provides quick content overview with markdown-formatted summaries.
Documentation: Paragraph Summary feature
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": "### 회의는 프로젝트 진행 상황을 점검하고, 다음 단계에 대한 계획을 수립하는 데 중점을 두었습니다."
}
}API key in format {id}.{secret}
The job ID returned from Create Voice File Job