AEVRUS Research Portal
Accelerate your medical research with HIPAA-compliant data access
Secure Data Access
HIPAA-compliant infrastructure with comprehensive audit logging and data encryption.
Rich Dataset Library
Access to millions of de-identified medical records across multiple institutions.
Flexible Query Builder
Visual query interface with no coding required. Export in multiple formats.
Fast Integration
RESTful API with comprehensive documentation. SDKs for Python and R.
IRB Support
Automated IRB number verification and institutional validation.
Transparent Pricing
Pay-as-you-go or annual plans. PRT token discounts available.
Simple, Transparent Pricing
Academic
$0.05
$0
Full access, no setup fee
Commercial
$0.15
$500
Premium support, SLA
Enterprise
Custom
Custom
Custom integration, dedicated account
Create Research Account
✓ Account created successfully! Check your email for verification instructions.
Dashboard
Quick Actions
Recent Queries
| Query Name |
Created |
Records |
Status |
| No queries yet |
Query Builder
Build Your Query
Filters
API Documentation
Authentication
All API requests require an API key passed in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Rate Limits
Standard: 1000 requests/hour. Enterprise customers receive higher limits.
Core Endpoints
POST /research/register
Create a new research account.
GET /research/catalog
List available datasets.
GET /research/catalog/{table}/schema
Get schema for a specific table.
POST /research/query
Execute a data query.
GET /research/exports
List your exports.
POST /research/export
Request a new export.
GET /research/export/{id}/download
Download an export file.
Code Examples
Python
import requests
headers = {'Authorization': 'Bearer YOUR_API_KEY'}
response = requests.get(
'https://api.aevrus.io/research/catalog',
headers=headers
)
datasets = response.json()
R
library(httr)
response <- GET(
'https://api.aevrus.io/research/catalog',
add_headers(Authorization = 'Bearer YOUR_API_KEY')
)
datasets <- content(response, as = 'parsed')
Pricing Plans
Academic
- ✓ Full dataset access
- ✓ No setup fees
- ✓ Community support
- ✓ Standard API limits
Commercial
+ $500 monthly minimum
- ✓ Priority support
- ✓ SLA guarantee
- ✓ Higher rate limits
- ✓ Advanced analytics
Enterprise
- ✓ Unlimited access
- ✓ Dedicated support
- ✓ Custom integration
- ✓ Data residency options
PRT Token Discount
Use AEVRUS PRT tokens for a 20% discount on all query costs:
| Plan |
Standard Price |
With PRT (20% off) |
| Academic |
$0.05 per record |
$0.04 per record |
| Commercial |
$0.15 per record |
$0.12 per record |
| Enterprise |
Custom |
Contact for details |