Gladia
    Gladia
    • List Transcriptions
      GET
    • Create Transcription
      POST
    • Get Transcription
      GET
    • Delete Transcription
      DELETE
    • Download Transcription audio
      GET
    • Create Upload
      POST

      Get Transcription

      Develop Env
      https://dev.your-api-server.com
      Develop Env
      https://dev.your-api-server.com
      GET
      /v2/transcription/{id}
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://dev.your-api-server.com/v2/transcription/' \
      --header 'x-gladia-key: <api-key>'
      Response Response Example
      200 - Success
      {
        "id": "45463597-20b7-4af7-b3b3-f5fb778203ab",
        "request_id": "G-45463597",
        "kind": "pre-recorded",
        "created_at": "2023-12-28T09:04:17.210Z",
        "status": "queued",
        "file": {
          "id": "f0dcZE10-23d8-47f0-a25d-74a6eed88721",
          "filename": "split_infinity.wav",
          "source": "http://files.gladia.io/example/audio-transcription/split_infinity.wav",
          "audio_duration": 20,
          "number_of_channels": 1
        },
        "request_params": {
          "audio_url": "http://files.gladia.io/example/audio-transcription/split_infinity.wav",
          "subtitles": false,
          "diarization": false,
          "translation": false,
          "summarization": false,
          "sentences": false,
          "moderation": false,
          "named_entity_recognition": false,
          "name_consistency": false,
          "custom_spelling": false,
          "structured_data_extraction": false,
          "chapterization": false,
          "sentiment_analysis": false,
          "display_mode": false,
          "audio_enhancer": true,
          "detect_language": true,
          "enable_code_switching": false,
          "languages_guidance": [],
          "accurate_words_timestamps": false
        }
      }

      Request

      Path Params

      Header Params

      Responses

      🟢200Success
      application/json
      Body

      🟠401Unauthorized
      Modified at 2024-07-30 09:03:39
      Previous
      Create Transcription
      Next
      Delete Transcription
      Built with