Key Phrases

Task Description

The Key Phrases Extraction endpoint analyzes transcript text and identifies the most important phrases and statements. It then returns a list of these key phrases, which effectively summarize the essential information contained within the transcript.

Inputs

  • Transcript text: The text content to be analyzed for key phrases extraction

Output

Description

The API returns a JSON object containing an array of extracted key phrases identified from the input transcript.

Example

{
"key_phrases": [
"artificial intelligence applications",
"machine learning models",
"natural language processing",
"data security protocols",
"user experience optimization"
]
}