Skip to content

Introduction

Overview


The Clair API (previously GalenAI) can be applied to virtually any task that requires a truthful answer to a natural language task or question. Our base model is primarily trained on FDA drug information and clinical guidelines. Given a question or a task, Clair gives you an answer, an evidence summary, and references where the answer came from. We offer a range of endpoints with different capabilities and tasks, as well as the ability to fine-tune custom models for your organization.

Authentication

To use the Clair API, simply set up an account with API access here. You can contact us for any questions or concerns at hello@askclair.ai.

API is billed per use. We offer premium integration support and bulk fixed pricing for Enterprise.

Endpoints at a glance


Clinical Query

The "Clinical Query" endpoint allows you to submit a clinical question and receive a generated answer from Clair. Additionally, you will receive an evidence summary from our knowledge-base and references that are relevant to your query.

This endpoint is designed to provide you with accurate and comprehensive information for your clinical inquiries. For example, you can ask questions like "What's the digoxin IV to PO conversion?" and the API will generate a response based on the available medical knowledge.

You can also utilize the clinical summary feature by setting the clinical_summary flag to true in your API request. This mode provides a summarized overview of the clinical information related to your query, offering a concise summary of the key findings and insights.

We also offer a streaming version of this endpoint, which allows you to use our Clair JavaScript SDK to stream responses directly to your frontend. This eliminates the need for long-polling the endpoint to wait for a response, providing real-time information to enhance your user experience.

ICD-10 Codes

Clair offers endpoints to work with ICD-10 codes, which are a standardized system for classifying and coding diagnoses, symptoms, and procedures in healthcare. These codes provide a way to categorize medical information for efficient record-keeping, billing, and data analysis purposes.

The ICD-10 codes endpoints allow you to retrieve clinical summaries and patient counseling points for individual ICD-10 codes. You can make a request with a specific ICD-10 code and receive a comprehensive summary and key counseling points related to that code.

Additionally, Clair supports bulk requests for up to five ICD-10 codes at a time. This means you can submit multiple codes in a single request and obtain clinical summaries for all of them together.

We offer a streaming version of the bulk ICD10 endpoint, which allows you to use our Clair JavaScript SDK to stream responses directly to your frontend. This eliminates the need for long-polling the endpoint to wait for a response, providing real-time information to enhance your user experience.

Using these endpoints, you can efficiently gather important clinical information and counseling points associated with specific ICD-10 codes, enabling healthcare professionals to make informed decisions and effectively communicate with patients.

Stewardship AI

The Stewardship Query API is designed to support antimicrobial stewardship practices by providing valuable recommendations for antibiotic use. Antimicrobial stewardship is an essential strategy in healthcare to promote optimal and responsible use of antibiotics, ensuring their effectiveness and minimizing the development of antibiotic resistance.

With the Stewardship Query API, healthcare professionals can submit specific infection details, along with optional patient demographics, to receive tailored recommendations for antibiotic therapy. The API takes into account factors such as age, weight, renal function, and comorbidities to generate evidence-based guidelines.

We also offer a streaming version of this endpoint, which allows you to use our Clair JavaScript SDK to stream responses directly to your frontend. This eliminates the need for long-polling the endpoint to wait for a response, providing real-time information to enhance your user experience.

Bring your own documents (BYOD)

The bring your own documents (BYOD) endpoints allow you to upload your organization documents and ask questions based ONLY on those documents. We offer an upload document endpoint and a search endpoint.

By following these endpoints, you can easily integrate Clair's BYOD functionality into your application, adding your own guardrails from your douments and extracting valuable insights from them.

Drug Interactions

The Drug Interactions API is designed to identify and prevent significant drug-drug interactions to enhance clinical decisions. Drug Interactions are sourced from NLM drug interactions database. Our properiety AI models adds recommendation and severity. References are provided if available.

With the drug interaction API, you send us a list of drugs (up to 25 per query). You get back structured JSON with drug pairs that have an interaction, description, recommendations with severity and references.

Medication Review

The Medication Review API endpoints allows you to submit two arrays of active medications and ICD10 codes and receive medication recommendations and interventions generated by Clair. This endpoint is meant to be intergrated within your EHR, within managed care workflows or Pharmacy management system to generate highly actionable and accurate drug recommendations to enhance patient care.

For example, for a patient with ICD10 code of Diabetes (E11.9), it may recommend adding a statin if one is not present in the active medications. Please contact us for an enterprise plan for a customized version of this endpoint.