{
  "service": "Validated Strategies — self-serve strategy validation",
  "method": "POST",
  "endpoint": "/api/validate",
  "body": {
    "name": "string",
    "archetype": "string",
    "instruments": "string",
    "timeframe": "string",
    "rules": "string (entry/exit logic)",
    "email": "string"
  },
  "process": [
    "Your spec is pre-registered (locked) before any out-of-sample metric is computed.",
    "It runs through all 11 gates: profit factor, deflated Sharpe, random-permutation placebo, 2x cost stress, walk-forward.",
    "You receive the full scorecard by email, pass or fail.",
    "On a pass, a /strategy/<slug> page is auto-published from your results.json — the same engine that built this site."
  ],
  "pricing": "Flat fee per validation. Honest result guaranteed — most strategies fail, and we tell you exactly which gate killed it.",
  "example": "curl -X POST https://validatedstrategies.com/api/validate -H 'content-type: application/json' -d '{\"name\":\"My ORB\",\"archetype\":\"opening range breakout\",\"instruments\":\"XAUUSD\",\"timeframe\":\"M5\",\"rules\":\"...\",\"email\":\"you@fund.com\"}'"
}