REST API
Obtain an Access-Token
Headers
Name
Type
Description
{"access_token":"abcd","token_type":"Bearer","expires_in":600}Send URL of an audio file
Headers
Name
Type
Description
Request Body
Name
Type
Description
// when transcription is done
{"id":1309,"status":"done","transcript":"HELLO WORLD FROM ZEROTH CLOUD."}
// when transcription is still in progress
{"id":1309,"status":"queued","transcript":""}
// when transcription failed with error
{"id":1309,"status":"error","transcript":""}Get the result of a transcription
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated