{
  "transcriptions": [
    {
      "text": "Example transcription text here",
      "language": "en",
      "model_used": "whisper-large",
      "source_type": "upload",
      "filename": "example.mp3",
      "duration": 30.5,
      "confidence": 0.95,
      "metadata": {
        "example_key": "example_value"
      }
    },
    {
      "text": "Another example transcription",
      "language": "de",
      "model_used": "whisper-medium",
      "source_type": "live",
      "filename": null,
      "duration": null,
      "confidence": null,
      "metadata": null
    }
  ]
}