Lexigram v4 API Demo

Welcome to the Lexigram Demo site. Below you'll find a few interactive components that allow you to play directly with our data endpoints (no code required). To play on your own get an API key from the Get Access link in the menu. Please direct any questions or requests to support@lexigram.io.

Data Extractions

Trying to make sense of an unstructured blob of text? These are the endpoints for you. The data extraction endpoints allow you to extract medical concept mentions alongside contextual information, or highlight your text with findings in the form of HTML span tags.

Our contextualization currently includes negation and speculation, vitals, lab values, medications and their dosage, anatomy, history, allergies, and modifiers. Learn more about the importance of contextualization in medical NLP in our Lexipedia.

Extract Entities
Path: /extract/entities
The core of our data extraction API. Matches the input text against concepts in the Lexigraph to find and extract concept matches. Maintains pointers to the exact character offsets matched in the text. Identifies the types of the concept (drug, anatomy, problem, etc.) and its context (negation, speculation, ...).
Label Id Type Reference text

Highlight Entities

Path: /highlight/entities
Returns HTML enriched versions of the input text surrounding found concepts in span tags to aid visualization of the data.

API Documentation

Visit our API Documentation, where you will find all our available APIs with their request and response formats. You will also find sample code ready to integrate into your projects.

Register and get your API Key

Ready for an API Key? Sign up for a Lexigram account. Once you've signed up, you can get your API Key and instructions on how to use it in your user profile.