Demo About API Get Access DEMO

API & Pricing

Integrate evidence-based clinical decision support into your EMR, clinical app, or AI assistant. Structured JSON. Edge-deployed globally. Built for copilot-frequency usage.

REST JSON Bearer Token Auth <200ms P95 413 conditions 40+ specialties Cloudflare Edge OpenEMR module available
⬡ Limited Program — Now Open

Clinical Validation Partner Program

We're selecting 10 clinical sites to deploy Pogosh CDS in real workflows — urgent care, primary care, emergency, and specialty practices. Partners receive 3 months of full access at no cost, in exchange for structured monthly feedback on clinical accuracy, workflow fit, and edge cases encountered in practice.

10
partner spots
available
Apply via Intake Form → signal@gighz.com

Applications reviewed within 48 hours. OpenEMR sites given preference for Phase 1.

Pricing

Priced per location, unlimited users and API calls. No per-call fees, no throttling. Pogosh is designed as a copilot — called every time a provider opens a chart — so usage-based pricing would create perverse incentives to use it less.

Clinic
$149/month
Solo practices and small clinics. Up to 5 providers at one location.
  • Up to 5 providers
  • All 413 conditions
  • All 40+ specialties
  • High-yield lab guidance
  • Imaging recommendations
  • Specialist routing rules
  • Escalation triggers
  • Missing order alerts
  • OpenEMR module included
  • Email support
~$30/provider/month at 5 providers
Enterprise
Contact us
Hospital systems, health networks, EMR vendors. Uncapped usage, dedicated support.
  • Unlimited providers
  • All 413 conditions
  • Custom EMR integration
  • Dedicated account support
  • Custom SLA
  • Multi-site licensing
  • Bulk condition additions on request
Negotiated annually

All paid tiers include the full condition library. Pricing is per physical location.

Base URL & Authentication

https://api.pogosh.com
Authorization: Bearer YOUR_API_KEY Content-Type: application/json

Demo keys (50 req/day) available immediately. Paid keys provisioned same-day after intake form review.

Endpoints

GET/v1/conditionsList all conditions

Returns all 413 supported conditions with ICD-10 codes and specialty categories.

// Response { "conditions": [ { "id": "community_acquired_pneumonia", "name": "Community-Acquired Pneumonia", "icd10": "J18.9" } // ... 412 more ], "total": 413 }
GET/v1/condition/:idFull clinical decision data

Returns complete clinical guidance: labs, imaging, routing, escalation, missing-order checks.

// GET /v1/condition/community_acquired_pneumonia { "condition": "Community-Acquired Pneumonia", "icd10": "J18.9", "labs": { "high_yield": [ { "name": "Procalcitonin", "loinc": "33959-8", "rationale": "Bacterial vs viral differentiation" }, { "name": "Blood cultures x2", "rationale": "Required before antibiotics if PSI class III-V" } ], "ancillary": ["CBC with diff", "CMP", "Lactate"] }, "imaging": { "first_line": ["Chest X-ray PA/lateral"] }, "routing": [{ "specialist": "Pulmonology", "indication": "Recurrent pneumonia or immunocompromised" }], "escalation": { "triggers": ["SpO2 <92%", "RR >30", "Lactate >2"], "escalate_to": "ICU" }, "missing_orders_check": ["Blood cultures before antibiotics if PSI ≥ III"] }
POST/v1/evaluatePatient-specific evaluation

Submit patient context — receives recommendations adjusted for allergies, comorbidities, existing labs, current vitals. Flags missing critical orders.

// Patient-specific evaluation { "condition_id": "community_acquired_pneumonia", "age": 67, "sex": "M", "vitals": { "spo2": 91, "rr": 26, "temp": 38.9 }, "pmh": ["Type 2 diabetes", "CKD stage 3"], "existing_labs": { "cbc": "resulted" } } // Returns flags: // ✗ MISSING: Blood cultures before antibiotics (PSI ≥ III criteria met) // ⚠ ESCALATION: SpO2 91% + RR 26 → admit criteria met // ℹ CBC suppressed (already resulted) // ℹ CKD: renal dosing note appended

Ready to integrate?

Apply for the validation partner program, request a demo key, or discuss enterprise licensing. We respond within 24–48 hours.

Apply via Intake Form → signal@gighz.com