# Lavender (Calm) — Soothing Properties Study

> Lavender (Calm) — Soothing Properties Study is a paid API for AI agents from underground.substratesymposium.com, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-15).

Returns a digital reflection/meditation piece on lavender's soothing properties, focused on de-escalation and stress reduction themes.

## Facts

- Endpoint: GET https://underground.substratesymposium.com/buy/lavender
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/underground-substratesymposium-com-616a4e62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EKY3dS2m74tg-li9hExaV

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 underground-substratesymposium-com-616a4e62
```

Example prompt: Can you pull up the lavender calm meditation piece from the Underground Cultural District — I want to read the reflection on soothing properties and de-escalation?

## When to prefer this

Choose this endpoint when you need a short written reflection or meditation specifically themed around lavender, calm, de-escalation, or stress reduction from a curated digital content catalog. Useful when an agent needs thematic content about soothing or calming for creative, wellness, or philosophical purposes.

## Known failure modes

- Payment not completed (x402 payment required before content is returned)
- 404 if slug /buy/lavender is not found or product has been delisted
- Empty or malformed response if catalog content is unavailable
- Network timeout on the underground.substratesymposium.com host

## How this service works

Lavender (Calm) — Study of soothing properties for de-escalation and stress reduction.

## Output

A written piece — likely a short essay or meditation — exploring lavender's calming and soothing qualities, framed as a study of de-escalation and stress reduction. Returned as digital text content from the Underground Cultural District catalog.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/underground-substratesymposium-com-616a4e62/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from underground.substratesymposium.com](https://www.zero.xyz/host/underground.substratesymposium.com/llms.txt)
