Superpower Action Plans

Personalized diet, lifestyle, and supplement action plans generated from a member's biomarkers and goals. In-app only; no documented public API for retrieving or managing plans.

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: {}