[object Object]

← back to Ventura Claw

/docs: add curl example for /api/public/services (18-row services-hub catalog) above the demo-classifier example

b2b64af5cd10754eee6202f4ff125f23595f2b53 · 2026-05-07 09:14:42 -0700 · Steve

Files touched

Diff

commit b2b64af5cd10754eee6202f4ff125f23595f2b53
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 7 09:14:42 2026 -0700

    /docs: add curl example for /api/public/services (18-row services-hub catalog) above the demo-classifier example
---
 server/server.js | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/server/server.js b/server/server.js
index 5d7bab3..c98d6fd 100644
--- a/server/server.js
+++ b/server/server.js
@@ -1276,6 +1276,26 @@ app.get("/docs", (req, res) => {
   "triggers": 5,
   "actions": 8,
   "sensitive": true
+}`,
+    },
+    {
+      title: "Public services hub — list all 18 small-business orchestrations",
+      method: "GET", path: "/api/public/services", auth: "none",
+      curl: `curl https://${DOMAIN}/api/public/services | jq '.services[] | {id, name, price_paid}'`,
+      reply: `{
+  "id": "domain-email-setup",
+  "name": "Domain + email",
+  "price_paid": 39
+}
+{
+  "id": "operating-agreement",
+  "name": "Operating agreement",
+  "price_paid": 49
+}
+{
+  "id": "stripe-square-setup",
+  "name": "Stripe / Square setup",
+  "price_paid": 49
 }`,
     },
     {

← 23e9887 +/api/public/services — 18-row JSON catalog (mirrors /api/pu  ·  back to Ventura Claw  ·  /services + /legal-notice + /how-it-works: emit real Last-Mo 2461005 →