Get an asynchronous transcription
GET/transcribe-async/:id
Poll the status —and results if successful— of an asynchronous transcription.
Request
Path Parameters
The id of the asynchronous request.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- async_request_ongoing
- async_request_failed
- async_transcription_succeeded
Array [
]
The id of the asynchronous request.
98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6
An optional unique client-made id for this request. When specified, this id is included in the Json payload that will be sent asynchronously. This can help clients both guarantee idempotency and correlate asynchronous responses with their requests.
Note: this id must be different for every request. It is recommended to use a randomly generated UUID.
Possible values: <= 128 characters
Possible values: [ongoing
, failed
, succeeded
]
The id of the asynchronous request.
98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6
An optional unique client-made id for this request. When specified, this id is included in the Json payload that will be sent asynchronously. This can help clients both guarantee idempotency and correlate asynchronous responses with their requests.
Note: this id must be different for every request. It is recommended to use a randomly generated UUID.
Possible values: <= 128 characters
Possible values: [ongoing
, failed
, succeeded
]
payload
object
required
422
We can't generate the note when the transcript is too short.
The id of the asynchronous request.
98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6
An optional unique client-made id for this request. When specified, this id is included in the Json payload that will be sent asynchronously. This can help clients both guarantee idempotency and correlate asynchronous responses with their requests.
Note: this id must be different for every request. It is recommended to use a randomly generated UUID.
Possible values: <= 128 characters
Possible values: [ongoing
, failed
, succeeded
]
payload
object
transcript
object[]
required
The transcribed text.
Also, I’m allergic to peanuts.
Who said the text in this transcript item.
Possible values: [doctor
, patient
, unspecified
]
doctor
Start time of this transcription item as the offset, in milliseconds, from the start of the audio file.
65100
End time of this transcription item as the offset, in milliseconds, from the start of the audio file. Equals the start_time_ms
plus the duration of the related transcribed audio portion.
69300
{}