DeepCura API (1.0.0)
State-of-the-Art Clinical Documentation Automation and AI Webhooks
Download OpenAPI description
Overview
DeepCura API Support
License
Languages
Servers
DeepCura Server
https://api.deepcura.ai/
- DeepCura Server
https://api.deepcura.ai/api/v1/transcripts/upload_audio_file
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.deepcura.ai/api/v1/transcripts/upload_audio_file \
-H 'Content-Type: multipart/form-data' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-F file=string \
-F text=string
Successful Response
Example: "STREAM: \nSOAP Note\n\nSubjective:\nMr. Jones reports recurrent back pain, triggered by movement, stemming from a 3-year-old work injury. He discontinued physical therapy due to cost and inconvenience. Tramadol helped but was expensive.\n\nObjective:\n- Mild discomfort observed. No new diagnostics.\n\nAssessment:\nChronic lower back pain worsened by movement. Physical therapy and Tramadol were effective but cost-prohibitive.\n\nPlan:\n1. Use a heating pad for short-term relief.\n2. Explore alternative therapies such as yoga and Tai Chi.\n3. Consider cheaper medication options.\n4. Review insurance for cost-effective plans.\n5. Follow-up next Tuesday.\n\nFollow-Up:\nResearch alternative therapies and affordable medication options. Schedule follow-up phone call.\n"
Example: "SOAP Note\n\nSubjective: Mr. Jones reports recurrent back pain, triggered by movement, stemming from a 3-year-old work injury..."
Example: "--- Transcript: Speaker 1:\n[00:00:14 - 00:00:16] Hi, mister Jones. How are you?\n\nSpeaker 2:\n[00:00:16 - 00:00:17] I'm good, doctor Smith. Nice to see you.\n..."
Response
application/json
{ "stream": "STREAM: \nSOAP Note\n\nSubjective:\nMr. Jones reports recurrent back pain, triggered by movement, stemming from a 3-year-old work injury. He discontinued physical therapy due to cost and inconvenience. Tramadol helped but was expensive.\n\nObjective:\n- Mild discomfort observed. No new diagnostics.\n\nAssessment:\nChronic lower back pain worsened by movement. Physical therapy and Tramadol were effective but cost-prohibitive.\n\nPlan:\n1. Use a heating pad for short-term relief.\n2. Explore alternative therapies such as yoga and Tai Chi.\n3. Consider cheaper medication options.\n4. Review insurance for cost-effective plans.\n5. Follow-up next Tuesday.\n\nFollow-Up:\nResearch alternative therapies and affordable medication options. Schedule follow-up phone call.\n", "id": "a04ffeb7-e56c-4efb-b7eb-3f6046ee339b", "note": "SOAP Note\n\nSubjective: Mr. Jones reports recurrent back pain, triggered by movement, stemming from a 3-year-old work injury...", "transcript": "--- Transcript: Speaker 1:\n[00:00:14 - 00:00:16] Hi, mister Jones. How are you?\n\nSpeaker 2:\n[00:00:16 - 00:00:17] I'm good, doctor Smith. Nice to see you.\n...", "createdAt": 1728728756 }
- DeepCura Server
https://api.deepcura.ai/api/v1/transcripts/grid_chiropractor
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.deepcura.ai/api/v1/transcripts/grid_chiropractor \
-H 'Content-Type: multipart/form-data' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-F file=string \
-F text=string
Response
application/json
{ "transcript": "--- Transcript: Speaker 1:\n[00:00:14 - 00:00:16] Hi, mister Jones. How are you?\n\nSpeaker 2:\n[00:00:16 - 00:00:17] I'm good, doctor Smith. Nice to see you...", "subjective_section": "Subjective: P - Pain/Tenderness: \n PI History: The patient presented with chronic lower back pain following a car accident... Mechanism of Injury: The injury occurred during a rear-end collision... Patient Complaints: The patient reports intermittent sharp pain rated 7/10, aggravated by prolonged sitting and standing...", "objective_section": "Objective: Vital Signs: BP: 130/80 mmHg, HR: 72 bpm, SpO2: 98% on room air. Evaluation & Management: Performed orthopedic evaluation, noting mild discomfort during cervical spine compression test. Exam Findings: ...", "assessment_section": "Assessment: • Cervicalgia: Pain intensity: Previous: 6/10, Current: 4/10 (Guarded)...", "diagnoses_section": "Diagnoses: • M54.2 Cervicalgia: Chronic cervical pain due to degenerative disc disease at C5-C6...", "plan_section": "Plan: Spinal Adjustments: Chiropractic manipulative therapy (CPT 98940) was performed on C2-C6 with moderate relief... Short Term Goals: Cervical pain: Reduce pain intensity to 2/10 within 4 weeks..." }
- DeepCura Server
https://api.deepcura.ai/api/v1/transcripts/upload_image_file
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.deepcura.ai/api/v1/transcripts/upload_image_file \
-H 'Content-Type: multipart/form-data' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-F file=string \
-F text=string
- DeepCura Server
https://api.deepcura.ai/api/v1/transcripts/upload_pdf_files
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.deepcura.ai/api/v1/transcripts/upload_pdf_files \
-H 'Content-Type: multipart/form-data' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-F files=string \
-F text=