Skip to content
AmplifierDocs
Esc
navigateopen⌘Jpreview
On this page

Introduction

Analyze voice recordings with the wellness model (`pulse`); other models are available.

The default path is submit audio → analyze → get results, using the wellness model (pulse). Other models are available. Walk through it once in the Quickstart.

Submit, analyze, get results

Submit. On the analyze request, send the file as multipart audio. Formats, size, and quality codes: Audio Requirements. If the bytes should not ride on that request, mint a PUT URL first — Audio Uploads.

Analyze. POST /v2/models/pulse/analyze returns a job immediately (status: queued, result: null) — Model API. Other bundles: Choosing a Model or Sign.

Get results. Poll GET /v2/jobs/{job_id} or use a webhook until status is done. On a model job, route on result.summary.recommended_actionInterpreting Results.

As-is

All models and API outputs are provided as-is. Labels such as Established, Emerging, and Investigational describe published research depth, not a commercial tier. See Sign Catalog — evidence tiers. Outputs are biomarker signals, not diagnoses.

Advanced

Where to go next

Was this page helpful?