Concentriq Platform API

The Concentriq REST API exposes whole-slide images, annotations, regions of interest, users, and clinical/case data on Proscia's open, API-first digital pathology platform. Authentication is via a Concentriq API key (concentriq-api-key header), a pre-obtained JWT bearer token, or email+password basic auth exchanged for a JWT. The API base is the tenant Concentriq deployment endpoint with an /api path.

API entry from apis.yml

apis.yml Raw ↑
name: Concentriq Platform API
description: The Concentriq REST API exposes whole-slide images, annotations, regions of interest, users,
  and clinical/case data on Proscia's open, API-first digital pathology platform. Authentication is via
  a Concentriq API key (concentriq-api-key header), a pre-obtained JWT bearer token, or email+password
  basic auth exchanged for a JWT. The API base is the tenant Concentriq deployment endpoint with an /api
  path.
humanURL: https://proscia.com/build-on-concentriq/
baseURL: https://cloud.proscia.com/api
tags:
- Digital Pathology
- REST
- Whole Slide Imaging
properties:
- type: Authentication
  url: authentication/proscia-authentication.yml