# Fennec ASR ## Docs - [Create Transcription Job](https://docs.fennec-asr.com/api-reference/create-transcription-job.md): Accept an audio file, stream it into GridFS (async), and queue a job with the resulting GridFS file ID (as a string). - [Create Transcription Job From Url](https://docs.fennec-asr.com/api-reference/create-transcription-job-from-url.md) - [Get Transcription Status](https://docs.fennec-asr.com/api-reference/get-transcription-status.md) - [Contextual Correction](https://docs.fennec-asr.com/essentials/contextual-correction.md): Leverage Fennec to correct domain-specific jargon, names, and other contextual errors in your transcripts, achieving near-human accuracy. - [Diarization (Speaker Labels)](https://docs.fennec-asr.com/essentials/diarization.md): Automatically identify and label different speakers in your audio. Fennec can distinguish who said what and when, even assigning names with context. - [Automatic Formatting](https://docs.fennec-asr.com/essentials/formatting.md): Automatically add paragraphs and line breaks to your transcripts to improve readability. - [Thought Detection](https://docs.fennec-asr.com/essentials/thought-detection.md): Build smart voice agents that let your users speak freely with no unwanted interruptions. - [Live Transcription](https://docs.fennec-asr.com/essentials/websockets.md): Stream audio directly from any source and receive low-latency transcripts in real-time using our WebSocket endpoint, with fine-grained VAD controls. - [Transcribe from a file](https://docs.fennec-asr.com/transcribe-from-a-file.md) - [Transcribe from a URL](https://docs.fennec-asr.com/transcribe-from-a-url.md) ## OpenAPI Specs - [openapi](https://docs.fennec-asr.com/api-reference/openapi.json)