MockHero

message

Content

Generate short chat-style messages and notifications. Natural conversational text for messaging apps, notification feeds, and activity streams.

Example Outputs

Hey, can you review this PR?Meeting moved to 3pmGreat work on the launch!

API Usage

Send a POST request to generate message 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": "message",
          "type": "message"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Chat app testing
  • Notification seeding
  • Activity stream testing
  • Message threading testing

Quick Info

Field Type
message
Category
Content
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate message data instantly in the playground.

Generate Message + 155 more types via API

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

Get Started Free