Developers
Clinical reasoning, in your product.
One API surface returns predictions, the concepts that produced them, and the verbatim phrases they are grounded in.
Closed beta · partner access is gated
Integration example
From note to traceable result.
export ROSHAN_TOKEN="rk_live_..."
POST /v1/shifamind/predictbash
curl -X POST https://api.roshan-ai.com/v1/shifamind/predict \
-H "Authorization: Bearer $ROSHAN_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"note": "72M with HFrEF presents with progressive dyspnea, bilateral edema, BNP 1850..."
}'Evidence-rich responsejson
{
"model": "shifamind-icd10-v2.1",
"codes": [
{
"code": "I50.23",
"description": "Acute on chronic systolic heart failure",
"confidence": 0.94,
"concepts": ["orthopnea", "lower_extremity_edema", "bnp_elevation"],
"evidence": ["progressive dyspnea", "bilateral edema", "BNP 1850"],
"alternatives": ["I50.22", "I50.9"]
}
]
}API contract
Designed for production integration.
The same response contract is designed to outlive any single product release.
One response shape
Predictions, confidence, concepts, evidence, and alternatives across products.
Auditable inference
Activated concepts and verbatim evidence travel with every response.
Stable contracts
Versioned URLs and explicit deprecation timelines—not surprise changes.
Request access
Build the workflow before you request the key.
Tell us about your product, data, and clinical workflow. We work directly with partners on scope, timing, and access.