Skip to main content

To get STT transcripts by recording

post/v1/recording/stt-transcript

To get STT transcripts associated with a specific recording.

post/v1/recording/stt-transcript

https://managedservices-prod.rteappbuilder.com/

Request

HEADER

AuthorizationREQUIRED
TYPE: STRING

JWT token as auth header. Format "Bearer <xxxxx.yyyyy.zzzzz>" xxxxx.yyyyy.zzzzz is the JWT token

REQUEST BODY

Fetch STT transcripts by recording request

project_id
TYPE: STRING

recording_id
TYPE: STRING
SAMPLE REQUEST
{
"project_id": "string",
"recording_id": "string"
}

Responses

Returns an array of STT transcripts associated with the recording.

Loading...