tag
ContentGenerate realistic tags and category labels like 'typescript', 'devops', 'machine-learning'. For tagging systems, filters, and content categorization.
Example Outputs
typescriptdevopsmachine-learningdesignapiAPI Usage
Send a POST request to generate tag 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": "tag",
"type": "tag"
}
]
}
]
}'Common Use Cases
- Tag system testing
- Content categorization
- Filter UI testing
- Search facets
Quick Info
- Field Type
- tag
- Category
- Content
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Tag + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.