Caris Life Sciences Portal API

Browser-based Caris+Portal landing surface.

Operations 1

GET / Caris+Portal landing page #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/caris-life-sciences-portal-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

caris-life-sciences-portal-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Caris Life Sciences (Public Surface) Information Portal API
  description: 'Caris Life Sciences does not publish a public, self-serve developer API or machine-readable API reference. This OpenAPI document is a minimal, factual placeholder describing only the publicly reachable web surfaces of Caris''s clinician and partner products. No third-party developer JSON/REST endpoints are documented by Caris, and none have been invented here.

    Clinician ordering, case tracking, and results review happen through the browser-based Caris+Portal (https://portal.caris.ai). Electronic ordering and results delivery into EHRs (Epic Orders and Results Anywhere, OncoEMR/Flatiron, iKnowMed, and other CMS-certified systems) is provisioned per-partner through standards-based lab order/result interfaces. The CODEai clinico-genomic data platform is made available to biopharma and academic researchers under contract. Access to all of these is onboarding- or contract-based, not open developer sign-up.'
  contact:
    name: Caris Life Sciences Customer Support
    email: CustomerSupport@CarisLS.com
    url: https://www.carislifesciences.com/contact/
  version: '0.1'
servers:
- url: https://portal.caris.ai
  description: Caris+Portal clinician web application (browser-based; no documented public API).
- url: https://www.carislifesciences.com
  description: Caris Life Sciences public website (marketing and partner information).
tags:
- name: Portal
  description: Browser-based Caris+Portal landing surface.
paths:
  /:
    get:
      operationId: getPortalLanding
      tags:
      - Portal
      summary: Caris+Portal landing page
      description: Returns the Caris+Portal web application landing page. The portal is an interactive web application for authenticated clinicians and clinical staff to submit requisitions, track case progress, and view results. It is not a documented machine-consumable API; this operation models only the public HTML landing surface.
      responses:
        '200':
          description: Caris+Portal web application landing page (HTML).
          content:
            text/html:
              schema:
                type: string