Gladia · Schema

LiveEventPayload

Speech-to-TextTranscriptionAudio IntelligenceReal-TimeSpeaker DiarizationTranslationWebSocketREST

Properties

Name Type Description
id string Id of the job
View JSON Schema on GitHub

JSON Schema

gladia-live-event-payload.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.gladia.io/schemas/LiveEventPayload",
  "title": "LiveEventPayload",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Id of the job",
      "format": "uuid",
      "example": "45463597-20b7-4af7-b3b3-f5fb778203ab"
    }
  },
  "required": [
    "id"
  ]
}