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:Choose a starting point
Errors
Errors use structured JSON with an HTTP status, human-readable detail, request path, and request ID. Treat401 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.