Integration flow
- Pick (or build) a Smart Template — Define which sections Telepatia generates using curated Telepatia nodes. Reuse across consultations.
- Set consultation context — Pre-populate patient data and attach the Smart Template (inline JSON or by
medicalRecordConfigurationId). - Generate a login link — Create a verification code to open the scribe, passing the
consultationInternalId. - Conduct the session — The clinician uses the scribe to record and finish the consultation.
- Retrieve session results — Look up the scribe session by
consultationInternalId.
Base URL
| Environment | Base URL |
|---|---|
| Production | https://scribe-api.telepatia.ai |
API versioning
All endpoints are prefixed with a version identifier (e.g./v1/). The current
stable version is v1. When breaking changes are introduced, a new version
will be published and the previous version will remain available during a
deprecation period.
See the API Versioning guide for details.
Authentication
All endpoints require a Bearer token (API key) in theAuthorization header.
Contact your account manager to obtain your API key.
See the Authentication guide for details.
Downloads
Import the API into any OpenAPI 3.1 tooling, load the ready-made Postman collection, or copy a per-endpoint prompt straight into your AI coding assistant.Doctor API — OpenAPI
Download the Doctor API spec (JSON).
Doctor API — Postman
Import the Doctor API into Postman or Insomnia.
Institutional API — OpenAPI
Download the Institutional API spec (JSON).
Institutional API — Postman
Import the Institutional API into Postman or Insomnia.
AI Prompts
Copy-ready prompts per endpoint, drop-into-Cursor/Claude/Copilot to scaffold an integration.
Next steps
Smart Templates
Design how Telepatia generates each medical record — the recommended starting point.
Quickstart
Run through the full integration flow in under 5 minutes.
Telepatia Nodes
Curated prompt nodes maintained by Telepatia’s clinical team.
API Reference
Explore all available endpoints.