The parameters to create a transcript.
Optional
options: CreateTranscriptOptionsThe options used for creating the new transcript.
A promise that resolves to the transcript.
Delete a transcript
The identifier of the transcript.
A promise that resolves to the transcript.
Retrieve a transcript.
The identifier of the transcript.
A promise that resolves to the transcript.
Retrieves a page of transcript listings.
Optional
params: string | ListTranscriptParamsThe parameters to filter the transcript list by, or the URL to retrieve the transcript list from.
Retrieve all paragraphs of a transcript.
The identifier of the transcript.
A promise that resolves to the paragraphs.
Retrieve the redacted audio URL of a transcript.
The identifier of the transcript.
A promise that resolves to the details of the redacted audio.
Retrieve the redacted audio file of a transcript.
The identifier of the transcript.
A promise that resolves to the fetch HTTP response of the redacted audio file.
Retrieve the redacted audio URL of a transcript.
The identifier of the transcript.
A promise that resolves to the details of the redacted audio.
Retrieve all sentences of a transcript.
The identifier of the transcript.
A promise that resolves to the sentences.
Submits a transcription job for an audio file. This will not wait until the transcript status is "completed" or "error".
The parameters to start the transcription of an audio file.
A promise that resolves to the queued transcript.
Retrieve subtitles of a transcript.
The identifier of the transcript.
Optional
format: SubtitleFormatThe format of the subtitles.
Optional
chars_per_caption: numberThe maximum number of characters per caption.
A promise that resolves to the subtitles text.
Transcribe an audio file. This will create a transcript and wait until the transcript status is "completed" or "error".
The parameters to transcribe an audio file.
Optional
options: PollingOptionsThe options to transcribe an audio file.
A promise that resolves to the transcript. The transcript status is "completed" or "error".
Wait until the transcript ready, either the status is "completed" or "error".
The ID of the transcript.
Optional
options: PollingOptionsThe options to wait until the transcript is ready.
A promise that resolves to the transcript. The transcript status is "completed" or "error".
Search through the transcript for a specific set of keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers.
The identifier of the transcript.
Keywords to search for.
A promise that resolves to the sentences.
Protected
fetchProtected
fetch
Create a transcript.