{
  "id": "45463597-20b7-4af7-b3b3-f5fb778203ab",
  "event": "transcription.success",
  "payload": {
    "metadata": {
      "audio_duration": 3600,
      "number_of_distinct_channels": 1,
      "billing_time": 3600,
      "transcription_time": 20
    },
    "transcription": {
      "full_transcript": "<string>",
      "languages": [
        "en"
      ],
      "subtitles": [
        {
          "format": "srt",
          "subtitles": "<string>"
        }
      ],
      "utterances": [
        {
          "text": "<string>",
          "language": "en",
          "start": 123,
          "end": 123,
          "confidence": 123,
          "channel": 1,
          "speaker": 1,
          "words": [
            {
              "word": "<string>",
              "start": 123,
              "end": 123,
              "confidence": 123
            }
          ]
        }
      ]
    },
    "translation": {
      "success": true,
      "is_empty": true,
      "exec_time": 123,
      "error": {
        "status_code": 500,
        "exception": "<string>",
        "message": "<string>"
      },
      "results": [
        {
          "full_transcript": "<string>",
          "languages": [
            "en"
          ],
          "subtitles": [
            {
              "format": "srt",
              "subtitles": "<string>"
            }
          ],
          "utterances": [
            {
              "text": "<string>",
              "language": "en",
              "start": 123,
              "end": 123,
              "confidence": 123,
              "channel": 1,
              "speaker": 1,
              "words": [
                {
                  "word": "<string>",
                  "start": 123,
                  "end": 123,
                  "confidence": 123
                }
              ]
            }
          ]
        }
      ]
    },
    "summarization": {
      "success": true,
      "is_empty": true,
      "exec_time": 123,
      "error": {
        "status_code": 500,
        "exception": "<string>",
        "message": "<string>"
      },
      "results": "<string>"
    },
    "moderation": {
      "success": true,
      "is_empty": true,
      "exec_time": 123,
      "error": {
        "status_code": 500,
        "exception": "<string>",
        "message": "<string>"
      },
      "results": "<string>"
    },
    "audio_to_llm": {
      "success": true,
      "is_empty": true,
      "exec_time": 123,
      "error": {
        "status_code": 500,
        "exception": "<string>",
        "message": "<string>"
      },
      "results": {
        "prompt": "<string>",
        "response": "<string>"
      }
    },
    "sentences": {
      "success": true,
      "is_empty": true,
      "exec_time": 123,
      "error": {
        "status_code": 500,
        "exception": "<string>",
        "message": "<string>"
      },
      "results": [
        "<string>"
      ]
    }
  }
}
id
string
required

Id of the transcription

event
enum<string>
default: transcription.successrequired

Type of event

Available options:
transcription.success
payload
object
required

Result of the transcription