Superpower Results & Health Scores

Result interpretation surfaced as 17 health scores plus a biological age calculation derived from measured biomarkers and computed ratios/indices. Exposed only inside the member app; no documented public API.

OpenAPI Specification

superpower-health-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Superpower API
  description: >-
    Superpower is a consumer preventive-health and longevity membership
    (superpower.com). As of the catalog date Superpower does not publish a
    public, partner, or developer API: there is no documented developer portal,
    API reference, authentication scheme, or set of REST/GraphQL/streaming
    endpoints for ordering tests, retrieving biomarker results, accessing
    health scores, using the AI chat, or managing wearable integrations. All
    member functionality is delivered through the Superpower web and mobile
    apps. Wearable and health-app data (Oura, Whoop, Apple Health) is reported
    to be ingested via the third-party Vital aggregator, meaning Superpower is
    a consumer of an external API rather than a publisher of its own. This
    document is therefore intentionally empty of paths; it exists to record the
    absence of a public API surface and will be populated only if and when
    Superpower documents one. No endpoints have been fabricated.
  termsOfService: https://superpower.com/terms
  contact:
    name: Superpower
    url: https://superpower.com/
  version: '0.0'
servers:
  - url: https://superpower.com
    description: >-
      Marketing and member web origin. No public API base path is documented;
      this server entry is informational only.
paths: {}
components: {}