Integrate Revtect.ai with your existing hospital systems
Secure, plan-restricted API endpoints for system integration
Two authentication methods are supported:
API keys are generated by hospital administrators and can be scoped with expiration dates.
API endpoints are restricted based on your hospital's subscription plan:
Complete REST API for data ingestion and anomaly management
POST /api/v1/dashboard/ingest-data
Upload patient and billing data for anomaly detection
GET /api/v1/dashboard/anomalies
Retrieve detected anomalies with filtering and pagination
GET /api/v1/dashboard/patient/{patient_id}
Get anomalies for a specific patient
POST /api/v1/dashboard/anomalies/{anomaly_id}/resolve
Mark an anomaly as resolved
GET /api/v1/dashboard/overview
Get summary statistics and department breakdown
Generate and manage API keys for system integration
Hospital administrators can generate API keys from the dashboard:
Important: API keys are only shown once upon generation. Store them securely.
Include your API key in the request header:
API keys work alongside JWT tokens. If both are provided, API key authentication takes precedence.
Explore all endpoints with Swagger/OpenAPI documentation
Access interactive API documentation with live endpoint testing
Complete integration guide available at /website/api-docs.html
Common integration scenarios for hospital systems
Automatically send patient and billing data as transactions occur in your HIS/EMR system for continuous anomaly detection.
Upload daily or weekly data exports from your billing system for comprehensive revenue leakage analysis.
Poll the anomalies endpoint to retrieve new anomalies and display them in your existing workflow systems.
Start by registering your hospital and generating your first API key
Get Started View API Docs