1https://proxy.usescrubs.com



1curl --location 'https://proxy.usescrubs.com/api/v2/consultation/transcription' \
2--header 'X-Scrubs-Clinic-Code: 00A123' \
3--header 'X-Scrubs-Clinic-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}