Wizey Medical AI — Lab Report Analysis
## What Wizey Medical AI does Wizey interprets laboratory reports and medical text using state-of-the-art large language models, returning a structured, patient-friendly analysis your application can render directly to end-users. **Input:** a free-form lab report, panel, or clinical note. **Output:** biomarker-by-biomarker breakdown with reference ranges, connections between findings, urgency…
Wizey Medical AI — Lab Report Analysis endpoints
| Method | Endpoint | Description |
|---|---|---|
| Medical | ||
| POST |
medical_analyze /v1/medical/analyze |
Runs a concise AI interpretation of the supplied text. Returns a short, plain-language summary suitable for preview contexts. Available on all tiers (BASIC/PRO/ULTRA/MEGA). |
| GET |
medical_result /v1/medical/result/{request_id} |
Fallback for calls whose sync POST returned 504. Returns 202 while still processing, otherwise mirrors the POST success/error response. |
| POST |
medical_analyze_detailed /v1/medical/analyze/detailed |
Runs a longer AI interpretation with per-marker commentary. Gated to PRO tier and above — BASIC (FREE) callers receive ``403 tier_not_allowed``. |
| Health | ||
| GET |
ping /v1/ping |
Unauthenticated liveness probe used by the RapidAPI gateway. Always returns 200 OK when the service is running. |
Wizey Medical AI — Lab Report Analysis pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $99 / month | — |
|
| ULTRA | $399 / month | — |
|
| MEGA | $1,499 / month | — |
|