Skip to main content

Fetch a Transcription

GET 

/v2/transcriptions/:id

Fetches a Conversation Transcription

Request

Path Parameters

    id stringrequired

    Transcription ID

Responses

Success

Schema
    id uuidrequired

    Transcription Id

    language_code string

    Possible values: [en-AU, en-AB, en-GB, en-IN, en-IE, en-NZ, en-ZA, en-US, en-WL, es-ES, es-US, nl-NL, it-IT, fr-FR, fr-CA, de-DE, de-CH]

    The text's BCP-47 language code, such as "en-US" or "sr-Latn".

    Reference: http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

    created_at date-time

    Date transcription was created

    updated_at date-time

    Date transcription was last updated

    conversation object

    Reference to the Conversation

    id string
    _href uri
    transcription_sentences object

    Reference to the transcription sentences

    id string
    _href uri
    transcription_artifact object

    Reference to the transcription artifact

    id string
    _href uri
Loading...