Phenoml · Documentation

Read the spec.
Ship the integration.

Guides, references, and tools for turning clinical text into structured, interoperable healthcare data.

API v1.084 endpoints · 11 servicesHIPAA-eligible · BAA

Get started

Try it out

Explore representative requests and responses from the API reference. These static examples use the shared sandbox and require an access token from the authentication guide—this page never sends a request.

Construe pulls ICD-10-CM codes from a clinical sentence, each with a citation.

POST/construe/extractExample request
curl -X POST "https://experiment.app.pheno.ml/construe/extract" \
  -H "Authorization: Bearer $PHENOML_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Patient reports chest pain and shortness of breath.",
    "system": { "name": "ICD-10-CM", "version": "2025" }
  }'
200 OKExample response
{
  "codes": [
    { "code": "R07.9", "description": "Chest pain, unspecified", "valid": true },
    { "code": "R06.02", "description": "Shortness of breath", "valid": true }
  ]
}
Open in the API reference

Browse by product

Browse the platform

Full API reference

Developer resources

Keep building

Questions about a guide or endpoint?Read the compliance & PHI guide
Need help with an integration?Contact Phenoml