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.

    api_version string

    The version of the Signalwire API.

    date_created string

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

    date_updated string

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

    duration string

    The time, in seconds, of the transcribed audio.

    price string

    The charge for the transcription.

    price_unit string

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

    recording_sid string

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

    sid string

    The unique identifier for the transcription.

    status string

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

    The status of the transcription.

    transcription_text string

    The text content of a transcription.

    type string

    Type of the transcription

    uri string

    The URI of the transcription.

Loading...