Topic Detection

Task Description

The Topic Detection endpoint analyzes transcript text to identify and categorize the main topics discussed.

Inputs

  • Transcript text: Text content to be analyzed for topic detection

Output

Description

The API returns a JSON object containing an array of detected topics from the provided transcript.

Example

1{
2 "topics": ["artificial intelligence", "climate change", "education"]
3}