Retrieve a Transcription
Retrieves one saved recording transcription by SID so you can inspect the resulting text and processing outcome. Use List all Transcriptions to discover SIDs; this is not a live transcription stream.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
Path parameters
Universal Unique Identifier.
The unique identifier for the account that created this transcription.
Universal Unique Identifier.
The unique identifier for the transcription.
Response
The request has succeeded.
Example response
{
"api_version": "2010-04-01",
"date_created": "Thu, 27 Sep 2018 02:00:00 +0000",
"date_updated": "Fri, 28 Sep 2018 03:00:00 +0000",
"duration": 60,
"price": "-0.00025",
"price_unit": "USD",
"status": "completed",
"transcription_text": "Hello, this is a test transcription.",
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Transcriptions/b3877c40-da60-4998-90ad-b792e98472tr.json"
}Changes
Changed in 5 of the 40 revisions of this API.1228
- ▲
the
account_sidresponse's property type/format changed fromstring/uuidto/for status200response-property-type-changed
- ▲
the
recording_sidresponse's property type/format changed fromstring/uuidto/for status200response-property-type-changed
- ▲
the
sidresponse's property type/format changed fromstring/uuidto/for status200response-property-type-changed
- ○
added
uuidto theaccount_sidresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
uuidto therecording_sidresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
uuidto thesidresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ○
added 'unevaluatedProperties' constraint to the response body for the status
200response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
400response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
401response-body-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the response body for the status
404response-body-unevaluated-properties-added
- ○
- ▲
response property
pricelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
transcription_textlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ▲
the response property
pricebecame nullable for the status200response-property-became-nullable
- ▲
the response property
transcription_textbecame nullable for the status200response-property-became-nullable
- ▲
the
durationresponse's property type/format changed fromstring/tointeger/int32for status200response-property-type-changed
- ▲
the
statusresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
removed
TranscriptionStatusfrom thestatusresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
the response property
account_sidbecame required for the status200response-property-became-required
- ○
the response property
api_versionbecame required for the status200response-property-became-required
- ○
the response property
date_createdbecame required for the status200response-property-became-required
- ○
the response property
date_updatedbecame required for the status200response-property-became-required
- ○
the response property
durationbecame required for the status200response-property-became-required
- ○
the response property
pricebecame required for the status200response-property-became-required
- ○
the response property
price_unitbecame required for the status200response-property-became-required
- ○
the response property
recording_sidbecame required for the status200response-property-became-required
- ○
the response property
sidbecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status200response-property-became-required
- ○
the response property
transcription_textbecame required for the status200response-property-became-required
- ○
the response property
typebecame required for the status200response-property-became-required
- ○
the response property
uribecame required for the status200response-property-became-required
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new path request parameter
AccountSidnew-request-path-parameter
- ▲
added the new path request parameter
Sidnew-request-path-parameter
- ▲
the
statusresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added
TranscriptionStatusto thestatusresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
completedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
failedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
in-progressenum value from thestatusresponse property for the response status200response-property-enum-value-removed
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲