cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/audio/{audioId} \ --header 'Authorization: Bearer <token>'
{ "audioId": "<string>", "visitId": "<string>", "status": "<string>", "duration": 123, "fileSize": 123, "processingTaskId": "<string>", "uploadedAt": "2023-11-07T05:31:56Z", "clinicianId": "<string>", "patientId": "<string>", "recordingType": "<string>", "format": "<string>", "sampleRate": 123, "bitRate": 123, "startTime": "2023-11-07T05:31:56Z", "endTime": "2023-11-07T05:31:56Z", "processedAt": "2023-11-07T05:31:56Z", "transcript": {}, "analysis": {}, "metadata": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Audio details.