-
Claudio: Getting Started
-
Claudio: Desktop
-
Claudio: Live
-
Claudio: Processing Jobs
-
Claudio: Profiles & Workflows
-
Claudio: Mac Users
-
Microsoft Word Support
-
A/V Support
- Converting Video to Text
- Converting Audio to Text
- Audio Transcription Playback Software: Liberty Player
- Audio Transcription Playback Software: FTR (For The Record)
- Audio Transcription Playback Software: VIQ Player
- Audio Transcription Playback Software: VLC Media Player
- Audio Transcription Playback Software: Express Scribe
-
Computer Configuration
-
Resource Centre
-
Loom Analytics Academy
-
Claudio Developer Documentation
-
Claudio Product Updates
-
FAQ
API Call - Upload Audio
Detailed specification and usage guide for the Upload Audio API call
While this API is called Upload Audio, it can receive all audio and video file types supported by Claudio.
Note: There is a limit of maximum 250MB per file upload.
Description: Use this call to upload a new audio/video file to Claudio. When you are uploading multiple files, you will need to make this call one at a time for each audio/video file.
Parameters:
Name |
Description |
Usage |
Type |
Required |
Key |
API Key provided |
In Request Body |
string |
True |
Secret |
API Secret provided |
In Request Body |
string |
True |
Audio File |
audio file to transcribe |
In Request Body (form data) |
file |
True |
Expected Responses
{ "msg": "SUCCESS: Audio `[name of the audio file with extension]` uploaded. ", "audio_url": "[URL of the uploaded audio file]", "return": "msg,audio_url"}
Status |
Meaning |
Description |
200 |
OK |
File upload is complete |
400 |
Bad Request |
Unexpected error occurred |
401 |
Unauthorized |
User not authorized |
500 |
Internal Server Error |
Internal Server Error |