Transcribe audio file to text.This endpoint transcribes audio files using the Morpheus Network providers. It automatically manages sessions and routes requests to the appropriate transcription model.Supports both file upload and S3 pre-signed URLs. Returns JSON or plain text responses based on response_format parameter.
Playground limitation: The interactive API playground does not correctly handle file uploads. Use the cURL examples below or an SDK instead.
Language code (e.g., en, es, fr) to help improve transcription accuracy. If not specified, the model will attempt to detect the language automatically.
Automatically transcribe meetings and generate searchable text records
Content Accessibility
Create captions and subtitles for video content
Voice Commands
Convert voice commands to text for voice-controlled applications
Podcast Transcription
Generate searchable transcripts for podcast episodes
Use verbose_json with timestamp_granularities to get word-level timestamps, which are useful for creating interactive transcripts or synchronizing with video.
Large audio files may take longer to process. For files over 25MB, consider using S3 pre-signed URLs instead of direct file uploads.
Speaker diarization can help identify different speakers in multi-person conversations, but requires models that support this feature.