sentence
ContentGenerate realistic English sentences — NOT lorem ipsum. Actual readable content with configurable word count ranges. Perfect for content-heavy UI testing.
Example Outputs
The team improved API reliability.We shipped the new dashboard last week.Users reported faster loading times.Parameters
| Parameter | Description |
|---|---|
| min_words | Minimum word count |
| max_words | Maximum word count |
API Usage
Send a POST request to generate sentence 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": "sentence",
"type": "sentence"
}
]
}
]
}'Common Use Cases
- Content placeholder testing
- Text rendering testing
- Comment seeding
- Notification text
Generate Sentence + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.