Summarization

Task Description

The Transcript Summarization endpoint provides automatic summarization of transcript content. It generate clear and concise summaries from input transcripts.

Inputs

  • Transcript Text: The full transcript content that needs to be summarized.

Output

Description

The API returns a JSON object containing a single field summary with the generated summary text. The summary is designed to be concise while capturing the key points from the input transcript.

Example

1{
2 "summary": "The meeting covered Q1 sales performance, with the team exceeding targets by 12%. John presented new marketing strategies focusing on social media campaigns. Sarah raised concerns about supply chain delays affecting the eastern region. The team agreed to implement a new tracking system by the end of the month."
3}