Recording Transcriptions
Retrieve a Transcription
Retrieve a single recording transcription.
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.
get/Accounts/{AccountSid}/Transcriptions/{Sid}
Path parameters
AccountSidstring uuid required
Universal Unique Identifier.
The unique identifier for the account that created this transcription.
Sidstring uuid required
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"
}