Skip to main content
Integration API · v1

Build on the world's leading
digital pathology platform

The Patholytix Integration API's give CROs, pharma sponsors, and imaging labs programmatic access to studies, scoring templates, and pathology findings — secured with OAuth 2.0, compliant with GLP and GCP.

REST · JSON · OAuth 2.0 · OpenAPI 3.1

Up and running in 3 steps

1
Request credentials

Contact your Deciphex account representative to receive a client_id and client_secret.

2
Get a token
curl -X POST https://api.account.dev.patholytix.com/oauth/token \
  -d "grant_type=client_credentials" \
  -d "client_id=YOUR_ID" \
  -d "client_secret=YOUR_SECRET"
3
Call the API
curl https://api.dev.patholytix.com/api/v1/studies \
  -H "Authorization: Bearer <token>"

Designed for enterprise integrations

🔬

Built for regulated environments

Every authenticated write produces a synchronous GLP/GCP-compliant audit log entry before the response is returned.

🔒

Scope-based access control

Fine-grained OAuth 2.0 scopes (STUDY_READ, SCORE_WRITE, …) mean your integration gets exactly the access it needs — nothing more.

📐

Stable versioning contract

Minimum 6-month deprecation notice, concurrent version support, and HTTP 410 on retired endpoints — no silent breaking changes.

⚙️

OpenAPI-first

Every endpoint is defined in an OpenAPI 3.1 spec. Download it and generate a client in any language using OpenAPI Generator or Kiota.

Ready to integrate?

Download the OpenAPI spec and generate a client in any language — or explore endpoints live in the API Reference.