# Amplifier Health Developer Hub > Voice biomarker API for behavioral, cognitive, metabolic, and respiratory health signals. The API analyzes voice recordings and returns structured signals (scores, levels, recommended actions) usable in clinical and wellness workflows. ## Curated overviews - [User Guide](https://docs.amplifierhealth.com/user-guide.md): Concise, AI-agent-friendly guide for building applications against the v2 API. - [API Reference](https://docs.amplifierhealth.com/api-reference.md): Concise, AI-agent-friendly reference for v2 endpoints, schemas, and error codes. ## API Reference - [API Overview](https://docs.amplifierhealth.com/api-reference/overview.md): Base URL, authentication, and limits for the Amplifier Health Voice Biomarker API. - [Quick Start](https://docs.amplifierhealth.com/api-reference/quick-start.md): A complete working example: submit audio for behavioral health screening and retrieve structured signal results. - [POST /v2/use-case/analyze](https://docs.amplifierhealth.com/api-reference/use-case-analyze.md): Submit audio for voice biomarker analysis using a named use-case bundle. Form fields, use case IDs, and code examples. - [POST /v2/condition/analyze](https://docs.amplifierhealth.com/api-reference/condition-analyze.md): Submit audio to analyze a single condition model. Multipart upload; job result via polling or webhook. - [Jobs](https://docs.amplifierhealth.com/api-reference/results.md): Retrieve V2 analysis jobs — paginated list or individual job by ID. - [Response Schema](https://docs.amplifierhealth.com/api-reference/schema.md): Complete reference for the API response structure: use-case response (summary, signals array) and condition response (signal object). - [Levels & Actions](https://docs.amplifierhealth.com/api-reference/levels-actions.md): Signal level definitions and recommended action trigger logic for the API response. - [Error Reference](https://docs.amplifierhealth.com/api-reference/error-reference.md): Error codes, error response JSON object, and retry guidance for the API. - [Model IDs Reference](https://docs.amplifierhealth.com/api-reference/models.md): All available voice biomarker model IDs, evidence tiers, and relevant use cases. - [v2 API — Account](https://docs.amplifierhealth.com/api-reference/v2-account.md): Webhook configuration and credits for the v2 API. ## Guides - [Introduction](https://docs.amplifierhealth.com/guides/introduction.md): What the Amplifier Health voice biomarker API does, the two v2 analyze endpoints, job flow, and concepts you need to integrate. - [Interpreting Results](https://docs.amplifierhealth.com/guides/interpreting-results.md): Understand the structure of API responses, signal levels, recommended actions, and display rules for clinical and patient-facing UIs. - [Billing & Cost](https://docs.amplifierhealth.com/guides/billing-and-cost.md): How audio tokens map to API usage and example costs for Condition, use-case, and diarized requests. - [Audio Requirements](https://docs.amplifierhealth.com/guides/audio-requirements.md): Supported formats, duration, sample rate, encoding, and recording environment guidelines for the Amplifier Health API. - [Use Cases — Overview](https://docs.amplifierhealth.com/guides/use-cases.md): How use cases work, available bundle IDs, and selecting the right use case. - [Use Cases](https://docs.amplifierhealth.com/guides/use-cases-all.md): Use case bundles for behavioral health, wellness, athletics & occupational, cognitive, substance use, women's health, cardiometabolic, and respiratory — with model evidence tiers. - [Models — Overview](https://docs.amplifierhealth.com/guides/models.md): Voice biomarker models: evidence tiers, routing context, and which bundles include each model. - [Models](https://docs.amplifierhealth.com/guides/models-all.md): Voice biomarker models: established, emerging, and investigational — with evidence tiers, acoustic indicators, and detection rationale. - [Production Checklist](https://docs.amplifierhealth.com/guides/production-checklist.md): Pre-deployment checklist for integrations going to production with the Amplifier Health API. - [MCP Server](https://docs.amplifierhealth.com/guides/mcp.md): Connect any MCP-compatible AI client to the Amplifier Health voice biomarker API using the hosted Streamable-HTTP MCP server. - [Wellness Metrics — Overview](https://docs.amplifierhealth.com/guides/wellness.md): Acoustic wellness metrics: score interpretation and the full reference of 28 wellness metrics plus 3 VAD (Valence, Arousal, Dominance) dimensions. - [Wellness Metrics](https://docs.amplifierhealth.com/guides/wellness-all.md): All 28 wellness metrics in five domains: mood & affect, arousal & tension, energy & fatigue, cognitive & behavioral, personality & social. ## Optional - [Full corpus (llms-full.txt)](https://docs.amplifierhealth.com/llms-full.txt): All v2 pages concatenated into one file for offline ingestion. - [Full corpus (llms-full.html)](https://docs.amplifierhealth.com/llms-full.html): HTML version of the full corpus. - [Page index (llms.html)](https://docs.amplifierhealth.com/llms.html): HTML version of this page index. - [Content map (llm-config.html)](https://docs.amplifierhealth.com/llm-config.html): HTML version of the content map.