# Bolt Lorem Ipsum Generator

> Bolt Lorem Ipsum Generator is a paid API for AI agents from boltx402.orbonomy.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Generates lorem ipsum placeholder text with a configurable number of sentences and paragraphs

## Facts

- Endpoint: POST https://boltx402.orbonomy.xyz/api/lorem
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bolt-lorem-ipsum-generator-eef10955
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hADhDeTg-YJRqvvQeXeSE

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

Example prompt: Generate 3 paragraphs of lorem ipsum placeholder text with 5 sentences each using the Bolt toolkit.

## When to prefer this

Use this endpoint when you need quick, cheap ($0.01 USDC) programmatic generation of lorem ipsum placeholder text with specific structure (sentence and paragraph counts) via a pay-per-request API without needing a subscription.

## Known failure modes

- Invalid integer values for sentences or paragraphs returns an error
- Missing required fields may return a 400 error
- Payment failure via x402 returns a 402 response blocking access
- Server errors return a 500 with no data

## How this service works

Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.

## Output

Returns a JSON object with a success boolean and a data object containing the generated lorem ipsum text structured according to the requested paragraph and sentence counts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sentences": {
   "type": "integer"
  },
  "paragraphs": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

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