Back to Tool
📜
Lorem Ipsum Generator API
Generate placeholder Lorem Ipsum text via API
Endpoint
POST
/api/v1/lorem-ipsum-generatorAuthentication
Include your API key in the request header:
X-API-Key: your_api_key_hereGet your API key from the Dashboard
Request Body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
| count | number | Yes | Number of words/sentences/paragraphs to generate (max: 1000) |
| type | string | Yes | "words", "sentences", or "paragraphs" |
| startWithLorem | boolean | No | Start with "Lorem ipsum" (default: true) |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | Whether the operation was successful |
| result | string | The 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"}'Rate Limits
- • 100 requests per minute
- • 10,000 requests per day
- • Max request size: 10MB
Need Help?
Contact us at support@shubhambadgujar.com