Skip to main content

Fields

call : CallInterface

The call this transcription is for. May be null when the underlying recording is a participant-level recording whose participant is not associated with a call.

createdAt : DateTime! required

The time at which this transcription record was created.

A presigned download for the transcript file, or null when the transcription is not COMPLETED, no eligible file exists, or the caller lacks permission for the only available file.

id : ID! required

The ID of the transcription record.

status : CallTranscriptionStatus! required

The processing status of this transcription. A non-COMPLETED status means no download is available.

transcribedAt : DateTime

The time the vendor reported the transcription complete. Null until the transcription reaches COMPLETED status.

vendor : String! required

The transcription vendor that produced this record.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "call": CallInterface, "createdAt": "2015-10-04T00:02:55.682150+00:00", "download": CallTranscriptDownloadType, "id": "32545835", "status": "CREATED", "transcribedAt": "2000-11-09T23:51:45.634179+00:00", "vendor": "make-talk-shoulder-now-himself" }