Welcome to the SynthMD synthetic clinical trial cohort generation API.
Base URL: https://api.synthmd.com
Generate a synthetic clinical trial cohort
Request Body (JSON):
{
"cohort": {
"disease": "nsclc",
"size": 100,
"strategy": "REALISTIC"
},
"fast_mode": true,
"random_seed": 42
}
Parameters:
cohort.size - Number of patients (1-500, default: 100)cohort.strategy - Generation strategy (default: "REALISTIC")fast_mode - Enable fast generation mode (default: true)random_seed - Seed for reproducible results (optional integer)Generate a synthetic clinical trial cohort via query parameters
Parameters:
size - Number of patients (1-500, default: 50)strategy - Generation strategy (default: "REALISTIC")fast_mode - Enable fast mode (true/false, default: true)random_seed - Seed for reproducible results (optional integer)Example: GET /generate_cohort?size=100&random_seed=42
Health check endpoint - returns API and SynthMD engine status
Example: GET /health_check
For full documentation, visit synthmd.com