enhance
ENHANCE TRANSCRIPTION
Enhance your transcribed text to get the most out of it
// Automatic transcriptions are often messy. Spoken language is informal and contains filler words, and meaning is sometimes lost. Enhance Transcription makes transcripts more usable, by removing fluff and fixing errors. The enhanced transcription can then be reviewed or further processed by other Language Skills.
// Documentation // Playground
SETUP
Request
Generate an enhanced transcription by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline
{
"text": "your input text here",
"steps": [
{ "id": "1", "skill": "enhance", "input": "0" }
]
}
Response
Outputs an enhanced transcription and spans of the replaced text