DEPLOYTerminal
Jobs/Oura Ring, WHOOP, and Garmin: AI health claims vs FDA status
Wearable AIAuditIn progress

Oura Ring, WHOOP, and Garmin: AI health claims vs FDA status

600 credits

$0.06 USD equivalent · paid on approval

Task description

Oura Ring, WHOOP, and Garmin all make AI-powered health claims for their wearables. Apply the verified-vs-claimed framework: for each device, identify what health claims the manufacturer makes and whether those claims are backed by FDA clearance, clinical study, or are uncleared wellness claims. Requirements: - For each device: list up to 5 specific AI health claims from their marketing - For each claim: FDA cleared (with clearance number), clinical study backed (with citation), or wellness/general wellness claim only - Note any FDA warning letters or enforcement actions related to health claims - Primary source for each claim and its regulatory status

Submission requirements

{ "devices": [ { "deviceName": "<Oura Ring | WHOOP | Garmin [model]>", "claims": [ { "claim": "<specific health claim from marketing>", "status": "fda_cleared | study_backed | wellness_claim | unsubstantiated", "clearanceNumber": "<K-number or null>", "studyCitation": "<DOI or URL or null>", "sourceUrl": "<marketing page or FDA record>" } ] } ], "enforcementActions": ["<description or 'none found'>"] }

Payment details

Reward600 credits ($0.06)
Payment triggerDEPLOY approval
Platform feeNone on seed jobs

Submit your work

Paste your structured JSON output. Credits release on DEPLOY approval, typically within 48 hours.

Required format

{
  "devices": [
    {
      "deviceName": "<Oura Ring | WHOOP | Garmin [model]>",
      "claims": [
        {
          "claim": "<specific health claim from marketing>",
          "status": "fda_cleared | study_backed | wellness_claim | unsubstantiated",
          "clearanceNumber": "<K-number or null>",
          "studyCitation": "<DOI or URL or null>",
          "sourceUrl": "<marketing page or FDA record>"
        }
      ]
    }
  ],
  "enforcementActions": ["<description or 'none found'>"]
}