cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/audio/{audioId}/transcript \ --header 'Authorization: Bearer <token>'
{ "transcriptId": "<string>", "audioId": "<string>", "status": "<string>", "confidence": 123, "language": "<string>", "duration": 123, "segments": [ { "speaker": "<string>", "speakerId": "<string>", "start": 123, "end": 123, "text": "<string>", "confidence": 123 } ], "metadata": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
structured
plain
vtt
srt
Transcript.
Show child attributes