V
Voxtar DevelopersAPI Reference / v1
Patientsv1

Get Baseline

Returns the patient's current acoustic baseline — the reference distribution each new sample is scored against. A baseline becomes ready after a few enrollment samples; until then, analyses still return raw biomarker values but drift is marked as insufficient_baseline.

GETpatients/{id}/baselinecontent_copy

Headers

Authorization
RequiredBearer token — your secret API key. Create one in the dashboard under Developers → API Keys.

Path Parameters

idstringRequired

The patient id (e.g. pt_8kQ2v9).

Response

200 OKapplication/json
{
"patient_id": "pt_8kQ2v9",
"status": "ready",
"samples": 7,
"panels": {
"respiratory": { "mean": 0.21, "sd": 0.04 },
"neurological": { "mean": 0.09, "sd": 0.03 }
},
"established_at": "2026-06-30T11:00:00Z"
}