{
  "ok": true,
  "endpoint": {
    "slug": "ai-summary-demo",
    "id": "hosted-endpoint-ai-summary-demo",
    "title": "AI Summary Endpoint Demo",
    "description": "Summarize text into a short summary, entities, keywords, and action items to demonstrate a paid AI-style endpoint.",
    "status": "active",
    "priceUsd": 0.01,
    "handlerType": "js_request_response",
    "runtime": "admin_gated_js_request_response_v1",
    "pricingMode": "fixed_price_success_receipt",
    "url": "https://payments.wiselyenterprisesllc.com/tools/ai-summary-demo",
    "method": "POST",
    "tags": [
      "summary",
      "ai-workflow",
      "paid-api",
      "x402"
    ],
    "inputSchema": {
      "type": "object",
      "properties": {
        "text": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "additionalProperties": true
    },
    "capabilities": {
      "kv": false,
      "files": false,
      "httpGetJson": false,
      "logs": true
    },
    "createdAt": "2026-05-22T00:00:00.000Z",
    "updatedAt": "2026-05-22T11:06:42.540Z"
  }
}