# HTTPay Lorem Ipsum Generator

> HTTPay Lorem Ipsum Generator is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Generates lorem ipsum placeholder text as both plain text and HTML, with configurable paragraph count and words per paragraph

## Facts

- Endpoint: POST https://httpay.xyz/api/lorem-ipsum
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-lorem-ipsum-generator-30355205
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0FcE9k_4JMjEzLUq1HvNI

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 httpay-lorem-ipsum-generator-30355205 -d '<json body>'
```

Example prompt: Generate 5 paragraphs of lorem ipsum placeholder text, about 80 words each, and give me both the plain text and HTML versions.

## When to prefer this

Use this endpoint when you need quickly generated lorem ipsum placeholder text in both plain and HTML formats without any API key or subscription setup — just pay $0.001 USDC per call via x402 on Base. Ideal for AI agents building design mockups, prototypes, or content scaffolds on the fly.

## Known failure modes

- paragraphs parameter exceeds max of 10 — returns error or capped value
- words parameter exceeds max of 200 — returns error or capped value
- invalid query parameter type (non-integer) — may return 400 or default behavior
- x402 payment not included or insufficient — returns 402 Payment Required

## How this service works

Generate lorem ipsum placeholder text. Pass ?paragraphs=N (default 3, max 10) and ?words=N to control per-paragraph word count (default 50, max 200). Returns plain text and HTML. Zero external dependencies.

## Output

Returns a JSON object containing lorem ipsum placeholder text in two formats: plain text and HTML. The number of paragraphs (default 3, max 10) and words per paragraph (default 50, max 200) are configurable via query parameters.

## Example request

```json
{
 "query": "artificial intelligence"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Generate lorem ipsum placeholder text. Pass ?paragraphs=N (default 3, max 10) and ?words=N to control per-paragraph word count (default 50, max 200). Returns plain text and HTML. Zero external dependencies."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-lorem-ipsum-generator-30355205/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
