Skip to main content
Patholytix Integration API

Build on the world's leading
digital pathology platform

Secure, auditable Patholytix APIs backed by an ISO/IEC 27001-certified ISMS, designed to support GLP/GCP-regulated pathology workflows and EU/UK GDPR-aligned data processing controls.

ISO/IEC 27001 CertifiedOAuth 2.0 Secured
Audit-ReadyGLP/GCP Workflow Support
GDPR-Aligned ControlsSecure Data Access
OpenAPI 3.1Validated-System Support

What you can build

CROs & Sponsors

Automate study registration from your LIMS

Push subjects, organs, and study metadata directly from your lab information system — no manual data entry, no transcription errors.

Imaging labs

Sync pathology data with your reporting pipeline

Pull findings and scoring data into your downstream analytics or regulatory submission pipeline programmatically.

Platform integrators

Connect Patholytix to your sponsor dashboard

Surface study status, findings, and audit trails in your own portal — using the same compliant data your pathologists work in.

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.dev2.patholytix.com/oauth2/token \
  -d "grant_type=client_credentials" \
  -d "client_id=YOUR_ID" \
  -d "client_secret=YOUR_SECRET"
3
Create your first study
curl -X POST https://api.dev2.patholytix.com/api/v1/studies \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"studyName":"My First Study","siteId":"YOUR_SITE_ID"}'

Built for regulated science

Built for regulated environments

Every write operation produces an audit log entry attributable to your integration client — no operation goes unrecorded. Designed for GLP-regulated environments.

Scope-based access control

Fine-grained OAuth 2.0 scopes (Study:Read, Study:Write, Finding:Read) mean your integration gets exactly the access it needs — nothing more.

OpenAPI-first

Every endpoint is defined in an OpenAPI 3.1 spec. Generate a typed client in any language using OpenAPI Generator or Kiota.

Ready to integrate?

Explore endpoints live in the API Reference, or generate a client in your language from the OpenAPI spec.

Need credentials?

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

Explore the reference

Try every endpoint live in the interactive API Reference — no setup required.

Stay up to date

Track deprecations and new endpoints in the Changelog.