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

1{
2 "key_phrases": [
3 "artificial intelligence applications",
4 "machine learning models",
5 "natural language processing",
6 "data security protocols",
7 "user experience optimization"
8 ]
9}