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

      Download Transcription audio

      Develop Env
      https://dev.your-api-server.com
      Develop Env
      https://dev.your-api-server.com
      GET
      /v2/transcription/{id}/file
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://dev.your-api-server.com/v2/transcription//file' \
      --header 'x-gladia-key: <api-key>'
      Response Response Example
      200 - Success
      "<binary>"

      Request

      Path Params
      id
      string 
      required
      Id of the transcription
      Header Params
      x-gladia-key
      string 
      required
      Example:
      <api-key>

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      🟠401Unauthorized
      Modified at 2024-07-30 09:05:44
      Previous
      Delete Transcription
      Next
      Create Upload
      Built with