1https://usescrubs.com
1curl --location 'https://usescrubs.com/api/v1/transcription' \
2--header 'X-Scrubs-HCI-Code: 00A123' \
3--header 'X-Scrubs-HCI-Provider: SAMPLE_EHR_1' \
4--header 'Content-Type: application/json' \
5--data '{
6 "audio_url": "https://example.com/path/to/audio.mp3"
7}'
1{
2 "transcript": "SPEAKER: S1\nHi, doctor, I have been having a headache ...",
3}