[
  {
    "data": {
      "audio": "http://localhost:8000/my_audio.wav",
      "transcript": "Hello world this is a test. This is the second sentence."
    },
    "predictions": [
      {
        "model_version": "auto_aligner_v1",
        "result": [
          {
            "id": "text_76705093",
            "from_name": "text_labels",
            "to_name": "transcript",
            "type": "labels",
            "value": {
              "start": 0,
              "end": 27,
              "text": "Hello world this is a test.",
              "labels": [
                "Sentence"
              ]
            }
          },
          {
            "id": "audio_b595fe12",
            "from_name": "labels",
            "to_name": "audio",
            "type": "labels",
            "value": {
              "start": 0.1,
              "end": 2.5,
              "labels": [
                "Sentence"
              ]
            }
          },
          {
            "from_id": "text_76705093",
            "to_id": "audio_b595fe12",
            "type": "relation",
            "direction": "right"
          },
          {
            "id": "text_b5228031",
            "from_name": "text_labels",
            "to_name": "transcript",
            "type": "labels",
            "value": {
              "start": 28,
              "end": 56,
              "text": "This is the second sentence.",
              "labels": [
                "Sentence"
              ]
            }
          },
          {
            "id": "audio_21843dc5",
            "from_name": "labels",
            "to_name": "audio",
            "type": "labels",
            "value": {
              "start": 2.8,
              "end": 5.0,
              "labels": [
                "Sentence"
              ]
            }
          },
          {
            "from_id": "text_b5228031",
            "to_id": "audio_21843dc5",
            "type": "relation",
            "direction": "right"
          }
        ]
      }
    ]
  }
]