MockHero

title

Content

Generate compelling article and blog post titles. Realistic headlines that look natural in your CMS, blog, or content management UI.

Example Outputs

Complete Guide to API Design10 Tips for Better TestingWhy TypeScript Won

API Usage

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

Common Use Cases

  • Blog CMS testing
  • Article listing seeding
  • SEO title testing
  • Content management

Quick Info

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

Try it now

Generate title data instantly in the playground.

Generate Title + 155 more types via API

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

Get Started Free