# Create a Transcription **POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.json** Create a Transcription ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. - **CallSid** (string) The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. ### Body: application/x-www-form-urlencoded (object) - **Name** (string) The user-specified name of this Transcription, if one was given when the Transcription was created. This may be used to stop the Transcription. - **Track** (string) - **StatusCallbackUrl** (string(uri)) Absolute URL of the status callback. - **StatusCallbackMethod** (string(http-method)) The http method for the status_callback (one of GET, POST). - **InboundTrackLabel** (string) Friendly name given to the Inbound Track - **OutboundTrackLabel** (string) Friendly name given to the Outbound Track - **PartialResults** (boolean) Indicates if partial results are going to be sent to the customer - **LanguageCode** (string) Language code used by the transcription engine, specified in [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) format - **TranscriptionEngine** (string) Definition of the transcription engine to be used, among those supported by Twilio - **ProfanityFilter** (boolean) indicates if the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks - **SpeechModel** (string) Recognition model used by the transcription engine, among those supported by the provider - **Hints** (string) A Phrase contains words and phrase "hints" so that the speech recognition engine is more likely to recognize them. - **EnableAutomaticPunctuation** (boolean) The provider will add punctuation to recognition result - **IntelligenceService** (string) 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 . ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The SID of the Transcription resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. - **call_sid** (string | null) The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. - **name** (string | null) The user-specified name of this Transcription, if one was given when the Transcription was created. This may be used to stop the Transcription. - **status** (string) The status - one of `stopped`, `in-flight` - **date_updated** (string(date-time-rfc-2822) | null) The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. - **uri** (string | null) [Powered by Bump.sh](https://bump.sh)