Skip to main content

Retrieve a Transcription.

GET 

/Accounts/:AccountSid/Transcriptions/:Sid

Retrieve a single recording transcription.

Permissions

The API token must include the following scopes: Voice.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier for the account that created this transcription.

    Sid uuidrequired

    The unique identifier for the transcription.

Responses

OK

Schema

    account_sid uuid

    The unique identifier for the account that created this transcription.

    Example: b3877c40-da60-4998-90ad-b792e98472ac
    api_version string

    The version of the Signalwire API.

    Example: 2010-04-01
    date_created string

    The date, in RFC 2822 GMT format, this transcription was created.

    Example: Thur, 27 Sept 2018 02:00:00 +0000
    date_updated string

    The date, in RFC 2822 GMT format, this transcription was updated.

    Example: Fri, 28 Sept 2018 03:00:00 +0000
    duration string

    The time, in seconds, of the transcribed audio.

    Example: 1
    price string

    The charge for the transcription.

    Example: -0.00025
    price_unit string

    The currency, in ISO 4127 format, for the price of the transcription.

    Example: USD
    recording_sid string

    The unique identifier for the recording that this transcription was created from.

    Example: b3877c40-da60-4998-90ad-b792e98472re
    sid string

    The unique identifier for the transcription.

    Example: b3877c40-da60-4998-90ad-b792e98472tr
    status string

    The status of the transcription.

    Possible values: [in-progress, completed, failed]

    Example: failed
    transcription_text string

    The text content of a transcription.

    Example: null
    type string

    Type of the transcription

    Example: fast
    uri string

    The URI of the transcription.

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Transcriptions/b3877c40-da60-4998-90ad-b792e98472tr.json