cURL
curl --request GET \ --url https://api.rallyuxr.com/api/public/v1/studies/{studyId}/observer-rooms/{observerRoomId}/transcripts/{botId} \ --header 'Authorization: Bearer <token>'
{ "shortSummary": "<string>", "longSummary": "<string>", "transcript": [ { "speaker": "<string>", "speaker_id": "<string>", "language": "<string>", "words": [ { "text": "<string>", "start_timestamp": 123, "end_timestamp": 123, "language": "<string>", "confidence": 123 } ] } ] }
Get the transcript for an observer room bot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The transcript
Show child attributes