Send product label text to extract MedDRA-coded findings and confidences.
POST /labels/classify ingests an entire product label (raw text only) via the description field, extracts clinically relevant statements, and returns MedDRA-coded predictions with confidences.
X-API-Key: sk-<API_KEY> with every request to this endpoint. Requests without the key return 401 Unauthorized.
1 INDICATIONS AND USAGE, 4 CONTRAINDICATIONS, 5 WARNINGS AND PRECAUTIONS, 6 ADVERSE REACTIONS, 17 PATIENT COUNSELING INFORMATION.description – full label text. Keep headings intact if possible.maxResults (optional) – cap on returned MedDRA codes (default 25, max 100).minConfidence (optional) – drop codes below this calibrated confidence (default 0.25).minConfidence are filtered out.Static API key required for POST /classify, POST /labels/classify, and POST /identify requests.
"sk-<API_KEY>"
Override the default API version. Defaults to 1.
"1"
Target a specific MedDRA release. Defaults to the latest.
"28.0"
Classify raw label text provided directly in the request body.
Full product label text.
1"HIGHLIGHTS OF PRESCRIBING INFORMATION\\nWARNINGS AND PRECAUTIONS: Anaphylaxis and angioedema have occurred. Discontinue immediately and provide supportive care.\\nADVERSE REACTIONS: Most common (>=5%) were headache, nausea, and pruritus."
MedDRA-coded findings for the supplied product label.