Download OpenAPI specification:Download
Mock API for Neolens portfolio demo with 3 endpoints on Beeceptor.
Analysis request data
timestamp required | string <date-time> |
patientId required | string |
required | Array of objects |
recommendation | string |
modelVersion | string |
{- "timestamp": "2025-07-22T14:30:00Z",
- "patientId": "P-123456",
- "findings": [
- {
- "label": "Pulmonary Nodule",
- "confidence": 0.92,
- "location": "left upper lobe",
- "priority": "high"
}
], - "recommendation": "Suggest CT follow-up within 7 days.",
- "modelVersion": "v3.2.1"
}
{- "analysis_id": "98765",
- "status": "processing"
}
id required | string Analysis identifier |
{- "analysis_id": "98765",
- "status": "completed",
- "findings": [
- {
- "region": "left temporal lobe",
- "anomaly": "glioblastoma",
- "confidence": 0.94
}
],
}