Skip to main content

Fetch a Transcription Artifact

GET 

/v2/transcriptions/:id/artifact

Fetches a Conversation Transcription Artifact

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.

    url url

    Signed Url to transcription artifact

    content_type string

    Possible values: [application/json]

    Content type of transcription file

    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
Loading...