Download OpenAPI specification:
API for audio file processing and noise removal
required | object |
{- "input": {
- "files": [
- "string"
], - "config": {
- "type": "remove_noise"
}
}
}{- "edit_id": "string",
- "status": "STARTED",
- "download_url": "string"
}Submit an audio file reference (object key/filename) for transcription
required | object |
{- "input": {
- "audio": "string"
}
}{- "transcription_id": "string",
- "status": "STARTED"
}Check the status of a transcription job and retrieve the text when complete
| id required | string Transcription ID (format txn_ |
{- "transcription_id": "string",
- "status": "STARTED",
- "urls": {
- "txt": "string",
- "srt": "string",
- "csv": "string"
}, - "error": "string"
}