get https://examplebaseURL.com/v1/api/apps//data/audio-transcription
Response Format
Parameter | Type | Description |
---|---|---|
id | String | Transcription file ID, generated by CINNOX |
name | String | The transcription file name |
downloadUrl | String | The path for the transcription file download |
mimeType | String | The transcription file type is a plain text file |
size | Number | The transcription file size in byte |
type | Integer | The file type 1: text, 2:file, 4: vtt, 5:advanced |
isPrivate | Boolean | The value must be true or false. It is "true" when the transcription file is private, while it is "false" when it is not. |