Lorem Ipsum Generator

Text REST API

Generate placeholder "Lorem Ipsum" text by words, sentences, or paragraphs.

This page documents the HTTP endpoint POST /api/tools/lorem-ipsum/execute.

View as Markdown

Call it over REST

POST https://api.findutils.com/api/tools/lorem-ipsum/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/lorem-ipsum/execute \
  -H "Content-Type: application/json" \
  -d '{
    "type": "paragraphs",
    "count": 2
  }'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/lorem-ipsum

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
type string (words | sentences | paragraphs) no Unit of generation.
count integer no Number of units to generate (1–100).
startWithLorem boolean no Start the first paragraph with "Lorem ipsum dolor sit amet..."

Example arguments (verified)

{
  "type": "paragraphs",
  "count": 2
}

MCP

This tool is served over the REST API only. 292 other tools are also callable from Claude and any MCP client — see the MCP server.

More Text tools