Check on the status of request which has been successfully submitted, using the request ID received on submission of that request.
If results are available, the body of the response will contain a document containing the output requested with the output query parameter (default is SRT).
srt - Primary clean SRT.
xml - A speech-to-text compatible XML.
xsrt - An SRT document which includes differences between untimed text reference and ASR transcript.
csv - A semicolon separated list of timed text segments with “INSERTION”, “SUBSTITUTION” and “DELETION” tags identifying difference between the untimed text and the ASR transcript.
html - A html formatted document with difference between the untimed text and the ASR transcript color coded.
If results are not available, HTTP status code 204 is returned with an empty response. Use the x-status header in the response to determine the request status.
