Phenoml API · Reference

Clinical text in.
Structured data out.

10 services, one REST API. Every endpoint speaks JSON over HTTPS, authenticates with a bearer token, and returns citations you can trace back to the source. 73 endpoints across 10 groups.

Base URLhttps://experiment.app.pheno.ml
POSTQuickstart
curl -X POST 'https://experiment.app.pheno.ml/auth/token' \
  -H 'Authorization: Bearer YOUR_API_KEY'
200 OKResponse
{
  "token": "eyJhbGciOiJSUzI1NiJ9..."
}