# 24K Labs Lorem Ipsum Generator

> 24K Labs Lorem Ipsum Generator is a paid API for AI agents from api.24klabs.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Generates placeholder lorem ipsum text by specifying paragraphs, sentences, or words count.

## Facts

- Endpoint: POST https://api.24klabs.ai/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/24k-labs-lorem-ipsum-generator-8cc6d46f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wVNv-CrnrhEJYWilpgDrt

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 24k-labs-lorem-ipsum-generator-8cc6d46f -d '<json body>'
```

Example prompt: Generate 3 paragraphs of lorem ipsum placeholder text for my website mockup.

## When to prefer this

Use this endpoint when you need quick, cheap ($0.001) programmatic generation of standard lorem ipsum placeholder text by a specific unit (paragraphs, sentences, or words). Prefer it over manual copy-paste or LLM-generated filler when you need consistent, traditional lorem ipsum output via API in an automated workflow.

## Known failure modes

- Invalid or missing unit type returns a 400 error
- Count value too large may exceed limits and return an error
- Malformed request body returns validation error
- Network timeout on slow connections

## How this service works

Generate placeholder text by paragraphs, sentences, or words.

## Output

Returns generated lorem ipsum placeholder text as a string, structured according to the requested unit (paragraphs, sentences, or words) and quantity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "paragraphs": {
   "type": "number"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "text": "Lorem ipsum..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/24k-labs-lorem-ipsum-generator-8cc6d46f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.24klabs.ai](https://www.zero.xyz/host/api.24klabs.ai/llms.txt)
