Back to Tool
📜

Lorem Ipsum Generator API

Generate placeholder Lorem Ipsum text via API

Endpoint

POST/api/v1/lorem-ipsum-generator

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
countnumberYesNumber of words/sentences/paragraphs to generate (max: 1000)
typestringYes"words", "sentences", or "paragraphs"
startWithLorembooleanNoStart with "Lorem ipsum" (default: true)

Response

FieldTypeDescription
successbooleanWhether the operation was successful
resultstringThe generated Lorem Ipsum text

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/lorem-ipsum-generator \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"count": 3, "type": "paragraphs"}'

Pricing

$0.0010 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com