blog_post
ContentGenerate full-length blog posts (700-1000 words) using LLM. Produces realistic, coherent articles for CMS testing. Falls back to paragraph content if no LLM API key is configured.
Example Outputs
The future of web development is evolving rapidly...API Usage
Send a POST request to generate blog post 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": "blog_post",
"type": "blog_post"
}
]
}
]
}'Common Use Cases
- CMS seeding
- Blog platform testing
- Content rendering testing
- SEO testing
Quick Info
- Field Type
- blog_post
- Category
- Content
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Blog Post + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.