# Morsel Full Recipe Unlock

> Morsel Full Recipe Unlock is a paid API for AI agents from morsel.0x402.sh, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Fetches the complete, paywalled recipe details for a given recipe ID on Morsel

## Facts

- Endpoint: GET https://morsel.0x402.sh/api/recipes/%7Bid%7D/full
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/morsel-full-recipe-unlock-9b8f218e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KqXYL0uI7zC7CFITGpqR3

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-full-recipe-unlock-9b8f218e
```

Example prompt: Can you pull up the full recipe for me from Morsel — the one with recipe ID 42? I want to see all the ingredients and steps.

## When to prefer this

Use this endpoint when you need the complete, gated version of a specific Morsel recipe and already have the recipe ID. It is the only way to access full ingredient lists and step-by-step instructions behind Morsel's paywall. Choose this over browsing or preview endpoints when you know the exact recipe you want and are prepared to pay $0.25 USDC per retrieval.

## Known failure modes

- Invalid or non-existent recipe ID returns an error or empty response
- Payment of $0.25 USDC not fulfilled causes a 402 Payment Required response
- Network or server errors return 5xx status
- Malformed recipe ID format causes a 400 Bad Request

## How this service works

Recipes worth paying for

## Output

A full JSON object containing the complete recipe details — including title, ingredient list with quantities, step-by-step cooking instructions, and any additional metadata such as serving size, prep time, or cook time — for the requested recipe ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/morsel-full-recipe-unlock-9b8f218e/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)
