label
AI / MLGenerate ML classification labels (positive, negative, neutral, spam, not_spam, etc.). For ML pipeline testing and model evaluation data.
Example Outputs
positivenegativeneutralspamnot_spamAPI Usage
Send a POST request to generate label 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": "label",
"type": "label"
}
]
}
]
}'Common Use Cases
- ML pipeline testing
- Model evaluation data
- Classification testing
- Training data annotation
Quick Info
- Field Type
- label
- Category
- AI / ML
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Label + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.