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

Next:  Upload Documents for Job (if the transcription job requires supporting documents)
If not, move on to the Submit Job call 

Link to Postman Collection