POST

Generate placeholder lorem ipsum text by paragraphs or words. Uses lorem-ipsum

/v1/lorem-ipsum

Conversions · lorem-ipsum

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/lorem-ipsum
Content-Type: application/json

{
  "paragraphs": 0,
  "words": 0
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Generate placeholder lorem ipsum text by paragraphs or words. Uses lorem-ipsum.

Request schema

Body: JSON · application/json

FieldTypeDescription
paragraphsintegeroptionalmin: 0
wordsintegeroptionalmin: 0
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/lorem-ipsum \
  -H "Content-Type: application/json" \
  -d '{
  "paragraphs": 0,
  "words": 0
}'

402 payment flow omitted — see Integrations for settlement.