# Lorem Ipsum Generator API

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

Generates Lorem Ipsum placeholder text as paragraphs, sentences, or words on demand

## Facts

- Endpoint: GET https://klymax402.com/api/lorem-ipsum/api/generate
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lorem-ipsum-generator-api-f8471bc3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v2pqLb6udFx6anjM-_0SA

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 lorem-ipsum-generator-api-f8471bc3
```

Example prompt: Generate 5 paragraphs of Lorem Ipsum placeholder text for me to use in my design mockup.

## When to prefer this

Use this endpoint when you need quick, on-demand Lorem Ipsum text generation without managing your own text library or lorem ipsum library dependency. Ideal for AI agents building design previews, populating template placeholders, or testing UI components at low cost ($0.003/call).

## Known failure modes

- Invalid 'type' value (not paragraphs, sentences, or words) may return an error or default to paragraphs
- Non-numeric or negative 'count' values may cause a 400 error
- Payment failure (insufficient USDC balance) returns HTTP 402
- Request timeout if the service is under load

## How this service works

One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.

## Output

A JSON object containing the generated Lorem Ipsum text string, the requested type (paragraphs, sentences, or words), the count requested, and the total character length of the output.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "type": {
   "type": "string",
   "description": "Type of text to generate: paragraphs, sentences, or words (default: paragraphs)"
  },
  "count": {
   "type": "number",
   "description": "Number of paragraphs, sentences, or words to generate (default: 3)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "text": "example",
  "type": "example",
  "count": 1,
  "length": 1
 }
}
```

## More

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