v3

latestOpenAPI 3.1.02026-08-0321138121.5 KB
File Management

Upload an audio file or provide an audio URL for processing

post/v2/upload

Request body

audio_urlstring

The URL of the audio or video file to be uploaded.

Response

audio_urlstring uri required

Uploaded audio file Gladia URL

Example response

{
  "audio_url": "https://api.gladia.io/file/6c09400e-23d2-4bd2-be55-96a5ececfa3b",
  "audio_metadata": {
    "id": "6c09400e-23d2-4bd2-be55-96a5ececfa3b",
    "filename": "short-audio-en-16000.wav",
    "source": "https://files.gladia.io/example/audio-transcription/split_infinity.wav",
    "extension": "wav",
    "size": 365702,
    "audio_duration": 4.145782,
    "number_of_channels": 1
  }
}
All 28 operations