provider Api20100401CallTranscription POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.json
Create a Transcription
Create a Transcription
AccountSid path required
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource.
string
CallSid path required
The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with.
string

Try it

Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createrealtimetranscription
POST/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.json
Create a Transcription

Parameters

required

The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource.

required

The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with.

Input

The user-specified name of this Transcription, if one was given when the Transcription was created. This may be used to stop the Transcription.

One of `inbound_track`, `outbound_track`, `both_tracks`.

Absolute URL of the status callback.

The http method for the status_callback (one of GET, POST).

Friendly name given to the Inbound Track

Friendly name given to the Outbound Track

Indicates if partial results are going to be sent to the customer

Language code used by the transcription engine, specified in [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) format

Definition of the transcription engine to be used, among those supported by Twilio

indicates if the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks

Recognition model used by the transcription engine, among those supported by the provider

A Phrase contains words and phrase "hints" so that the speech recognition engine is more likely to recognize them.

The provider will add punctuation to recognition result

The SID or unique name of the [Intelligence Service](https://www.twilio.com/docs/conversational-intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators

The ID of the Conversations Configuration for customizing conversation behavior in Intelligence Service

The ID of the Conversation for associating this Transcription with an existing Conversation in Intelligence Service

The ID of the RealTimeTranscription Configuration for configuring all the non-default behaviors in one go.

Whether the callback includes raw provider data.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.createrealtimetranscription()