paragraph
ContentGenerate multi-sentence paragraphs of realistic content. Configurable length (5-8 sentences default). For blog posts, product descriptions, and long text fields.
Example Outputs
The team improved API reliability across all endpoints. Performance monitoring showed a 40% reduction in error rates...Parameters
| Parameter | Description |
|---|---|
| min | Min sentences (default 5) |
| max | Max sentences (default 8) |
| sentences | Exact sentence count |
API Usage
Send a POST request to generate paragraph data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "paragraph",
"type": "paragraph",
"params": {
"min": 1,
"max": 100
}
}
]
}
]
}'Common Use Cases
- Blog post seeding
- Product description testing
- Long text field validation
- Email body generation
Generate Paragraph + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.