AI & LLM
Speech-to-Text Transcription (Whisper) JSON Example
A JSON example of a speech-to-text transcription response — includes the full text, detected language, duration, and timestamped segments. Copy-ready for Whisper and audio transcription APIs.
Field Reference
languagerequiredstringDetected (or specified) spoken languagedurationrequirednumberAudio length in secondstextrequiredstringThe full transcript as a single stringsegmentsoptionalarray<object>Timestamped chunks with start/end seconds — present in verbose_json formatsegments[].avg_logproboptionalnumberAverage log-probability; very low values flag low-confidence audioVariants
Word-level timestampsRequest granular word timings for captions and karaoke-style highlighting.
Common Use Cases
- →Generating subtitles and captions from audio or video
- →Indexing podcasts and meetings for full-text search
- →Building voice interfaces that transcribe then feed an LLM
whisperspeech to texttranscriptionsttaudioai
Validate or format this JSON
One click loads this exact example into the tool — no copy-paste needed. Format it, validate it, explore the tree, or generate TypeScript types instantly.
Frequently Asked Questions
Related JSON Examples
AI & LLMAI Image Generation Request & ResponseText-to-image generation request and response with prompt, size, and image URLs.AI & LLMOpenAI Chat Completion ResponseOpenAI Chat Completions API response with choices, message, finish_reason, and usage.IoT & SensorsIoT Device TelemetrySensor readings from an IoT device with GPS, battery, and environmental metrics.