Get Transcript

GET {{baseUrl}}/speechtotext/v1/jobs/:jobId/transcript

Returns the transcript for a completed transcription job. Transcript can be returned as either JSON or plaintext format. Transcript output format can be specified in the Accept header. Can either be application/vnd.rev.transcript.v1.0+json or text/plain. Returns JSON by default.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring(Required) MIME type specifying the transcript output format. Either application/vnd.rev.transcript.v1.0+json or text/plain.

RESPONSES

status: OK

"Speaker 0:    00:00:00    Hello there, this is a sample transcript in plain text.\nSpeaker 1:    00:00:43    Words are returned with spaces between them.\n"