DeepCura API (1.0.0)

State-of-the-Art Clinical Documentation Automation and AI Webhooks

Download OpenAPI description
Overview
DeepCura API Support contact@deepcura.com
License Proprietary
Languages
Servers
DeepCura Server
https://api.deepcura.ai/

AI Clinical Note Generation

Operations

Standard AI Note from a Prompt + Diarized Transcript

Request

Generate diarized transcripts and AI hypercustomized clinical notes based on your prompt

Bodymultipart/form-data
fileFile (string) or File (null)(File)
Any of:
string(binary)(File)
textstring(Text)
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

Responses

Successful Response

Bodyapplication/json
streamstring
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"
idstring
Example: "a04ffeb7-e56c-4efb-b7eb-3f6046ee339b"
notestring
Example: "SOAP Note\n\nSubjective: Mr. Jones reports recurrent back pain, triggered by movement, stemming from a 3-year-old work injury..."
transcriptstring
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..."
createdAtinteger
Example: 1728728756
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 }

Advanced Grid API for Chiropractors + Diarized Transcript

Request

This proprietary API outperforms popular AI models such as GPT-4 by using our Grid architecture framework and advanced prompt engineering concepts. This API was developed for enterprise consumption by a leading chiropractic EHR in the US.

Bodymultipart/form-data
fileFile (string) or File (null)(File)
Any of:
string(binary)(File)
textstring(Text)
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

Responses

Clinical note sections extracted from the transcript.

Bodyapplication/json
object
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..." }

Process Image File for AI Analysis

Request

Analyze screenshots and single images to generate AI outputs and analysis based on your custom prompts

Bodymultipart/form-data
fileFile (string) or File (null)(File)
Any of:
string(binary)(File)
textstring(Text)
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

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
null

Process Pdf Files for AI Summary

Request

Analyze up to 50 PDF pages and generate AI summaries based on your custom prompts

Bodymultipart/form-datarequired
filesArray of strings(binary)(Files)required
textstring(Text)
Default ""
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=

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
null