-
Claudio: Getting Started
-
Claudio: Processing Jobs
-
Claudio: Profiles & Workflows
-
Claudio: Mac Users
-
Claudio: Third-Party Integrations
-
Microsoft Word Basics
-
Microsoft Word Templates and Macros
-
Audio Transcription Playback Software
-
Converting Audio to Text
-
Converting Video to Text
-
Computer Configuration
-
Claudio: Reports
-
User Invitations
-
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 |