Skip to main content
Use this reference to build with the public ForeverBetter Wellness API. The endpoint pages are generated from the live OpenAPI contract, so request fields, response schemas, and interactive examples stay aligned with production.

Start and authenticate

Check service capabilities, create a sandbox session, or mint an API key.

Ingest and connect

Upload files and connect wearable providers.

Analyze and personalize

Run modality-specific or multimodal analysis and retrieve actionable output.

Build apps and agents

Use MCP, webhooks, private dashboards, and design-system contracts.

Discover providers

Find supported wearables, lab locations, and genetic testing providers.

Billing and payments

Read plans, start checkout, manage subscriptions, or pay per request.

Privacy and operations

Export or delete user data through explicit lifecycle controls.

Base URL

Authentication

Protected endpoints accept an OIDC access token or scoped API key as a bearer token:
The token must identify the user and organization and grant access to the requested operation. See Auth and claims for the claim model, or Connect your agent for agent-led authentication.

Choose a starting point

Errors

Errors use structured JSON with an HTTP status, human-readable detail, request path, and request ID. Treat 401 and 403 as authentication or permission issues, 404 as a missing or inaccessible resource, and 422 as request validation feedback. For code generation or offline inspection, download the raw OpenAPI document.