Human-Powered Data Labeling API

Submit data. We route tasks to qualified contributors. Get back high-quality labels — fast.

POST /api/v1/tasks

Create a Labeling Task

{
  "type": "image_segmentation",
  "data": {
    "url": "https://cdn.lablyt.com/images/scan_001.jpg"
  },
  "instructions": "Outline all tumor regions in medical MRI.",
  "reward_per_task": 0.50,
  "required_skills": ["medical_imagery", "precision"],
  "languages": ["en"]
}
GET /api/v1/tasks/{id}/results

Get Results

Returns JSON with labels, contributor ID (anonymized), and confidence.

Status: queued, in_progress, completed

🔐 Authentication: Authorization: Bearer
📄 Full API Docs • 💬 Contact Sales