assemblyai_transcribe
Transcribe audio and video files using AssemblyAI. Supports language detection, speaker diarization, summarization, sentiment analysis, and more.
Instructions
Submit an audio or video file for transcription with AssemblyAI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | AssemblyAI API key from assemblyai.com/dashboard | |
| audio_url | Yes | Publicly accessible URL of the audio/video file | |
| punctuate | No | Add punctuation (default: true) | |
| format_text | No | Format text with capitalisation | |
| webhook_url | No | URL to POST transcript results to when complete | |
| summary_type | No | Summary format | |
| auto_chapters | No | Generate auto chapters | |
| language_code | No | Language code (e.g. en, es, fr, de). Omit for auto-detection. | |
| summarization | No | Generate a summary (also set summary_type) | |
| speaker_labels | No | Enable speaker diarization | |
| entity_detection | No | Enable named entity detection | |
| language_detection | No | Enable automatic language detection | |
| sentiment_analysis | No | Enable sentiment analysis per sentence |