MockHero

sentence

Content

Generate 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

ParameterDescription
min_wordsMinimum word count
max_wordsMaximum 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

Quick Info

Field Type
sentence
Category
Content
Parameters
2 parameters
Output Format
JSON, CSV, SQL

Try it now

Generate sentence data instantly in the playground.

Generate Sentence + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free