# morsel.0x402.sh - Perfect Chocolate Chip Cookies Recipe

> morsel.0x402.sh - Perfect Chocolate Chip Cookies Recipe is a paid API for AI agents from morsel.0x402.sh, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-15).

Unlocks and delivers the full recipe for 'Perfect Chocolate Chip Cookies' via a paid API endpoint.

## Facts

- Endpoint: POST https://morsel.0x402.sh/api/recipes/ae25c579-de7e-4ec5-6c8c-659b6f65cba7/full
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/morsel-0x402-sh-perfect-chocolate-chip-cookies-recipe-86ae5df8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Go_YIOwXrpkdVsBJ98jhG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability morsel-0x402-sh-perfect-chocolate-chip-cookies-recipe-86ae5df8 -d '<json body>'
```

Example prompt: Can you unlock and get me the full recipe for 'Perfect Chocolate Chip Cookies' from Morsel — ingredients, steps, everything?

## When to prefer this

Use this endpoint when a user specifically wants the 'Perfect Chocolate Chip Cookies' recipe from the Morsel platform and is willing to pay $0.25 USDC to unlock the full, premium recipe content.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Invalid or expired recipe UUID — returns 404 Not Found
- Service unavailable — returns 500 or timeout
- Network error during payment processing

## How this service works

Unlock "Lemon Blueberry Cake"

## Output

The full recipe for 'Perfect Chocolate Chip Cookies', likely including ingredients, quantities, preparation steps, baking instructions, and any tips or notes associated with the recipe.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "notes": {
       "type": [
        "string",
        "null"
       ]
      },
      "steps": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "ingredients": {
       "type": "array",
       "items": {
        "type": "string"
       }
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/morsel-0x402-sh-perfect-chocolate-chip-cookies-recipe-86ae5df8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from morsel.0x402.sh](https://www.zero.xyz/host/morsel.0x402.sh/llms.txt)
