MockHero

label

AI / ML

Generate ML classification labels (positive, negative, neutral, spam, not_spam, etc.). For ML pipeline testing and model evaluation data.

Example Outputs

positivenegativeneutralspamnot_spam

API 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

Try it now

Generate label data instantly in the playground.

Generate Label + 155 more types via API

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

Get Started Free