Patholytix Integration API
The Patholytix Integration API is a REST API that allows CRO integration engineers, pharma sponsor developers, and internal teams to build automations and integrations against the Patholytix platform.
What you can do
| Area | Description |
|---|---|
| Studies | Create, read, update, and delete studies, subjects, and organs |
| Codes | Manage column label dictionaries for a study |
| Findings | Read pathology findings recorded against slides (read-only) |
Base URL
All API requests are made to:
https://api.dev2.patholytix.com/api
Authentication
The API uses OAuth 2.0 Client Credentials flow. You exchange a client_id and client_secret for a JWT access token, then include that token on every API request.
See Authentication for a step-by-step walkthrough.
Versioning
The API is versioned. Breaking changes are announced in advance with deprecation headers and changelog entries. See Versioning for the full policy.
Next steps
- Request API credentials from your Deciphex contact
- Follow the Authentication guide to get your first token
- Make your first API call
- Browse the API Reference to explore all endpoints