Start Enhancing
Initiates the audio enhancement process, including options for dereverberation, general enhancement, dewind, and dechimes. It also allows for transcription and sentiment analysis of the audio file spe
Headers
Key
Value
Request
/api/v1/audiaize/unifiy/Request Body
{
"file_url": "string",
"dereverb": boolean,
"enhancement": boolean,
"dewind": boolean,
"dechimes": "boolean,
"perform_transcription": boolean,
"transcriptionLanguage":"string",
"perform_sentimental_analysis": boolean,
"perform_actionable": boolean,
"perform_summary": boolean
}{
"file_url": "string",
"perform_transcription": boolean,
"perform_sentimental_analysis": boolean,
"transcriptionLanguage":"string",
"perform_actionable": boolean,
"perform_summary": boolean
}Name
Type
Description
Response
Last updated