Embed human
intelligence
Submit tasks, retrieve results, and receive webhook callbacks — all programmatically. Turn Loevech from a standalone tool into an embedded data enrichment layer.
Three steps to automated enrichment
Send data in, get enriched results back — no UI interaction required.
Create a project via API
POST your project configuration — content type, rating method, labels, guidelines — and get back a project ID in seconds.
Submit tasks programmatically
Push content items (text, URLs, file paths) via the tasks endpoint. Batch up to 10,000 items per request.
Receive results via webhook
Configure a webhook URL and get notified when projects complete — with full results, confidence scores, and download links.
Simple, powerful API
RESTful endpoints with JSON payloads. Get started with a few lines of code.
curl -X POST https://api.loevech.com/v1/projects \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Product Image Quality Review",
"contentType": "image",
"ratingType": "likert",
"likertMax": 5,
"labels": ["Poor", "Below Average", "Average", "Good", "Excellent"],
"guidelines": "Rate each product image for visual quality...",
"requiredRatingsPerTask": 3
}'Full REST API
Every action you can take in the UI is available via the API.
/v1/projects/v1/projects/{id}/v1/projects/{id}/tasks/v1/projects/{id}/results/v1/projects/{id}/export/v1/webhooks/v1/projects/{id}/raters/v1/projects/{id}Connects to your stack
Push data from your CRM and pull enriched results into your warehouse or BI tool.
CRM Integration
Connect Salesforce, HubSpot, or Pipedrive. Push customer records for enrichment and pull results back automatically.
Data Warehouses
Export results directly to BigQuery, Snowflake, or Redshift. Scheduled syncs keep your warehouse up to date.
BI Tools
Visualize results in Tableau, Looker, or Power BI. Pre-built dashboards for common rating analytics.
Webhook Events
Real-time notifications for project completion, task milestones, and quality alerts. POST to any endpoint.
Zapier & Make
No-code automation via Zapier or Make. Trigger enrichment workflows from any app in your stack.
Enterprise SSO
SAML/OIDC single sign-on, API key management, IP allowlisting, and audit logs for enterprise security.
Who uses the API?
Engineering Teams
Embed human evaluation directly into CI/CD, data pipelines, or ML training loops. Automate what was manual.
Data Teams
Schedule recurring enrichment jobs. New CRM records get classified automatically via cron + API integration.
ML Teams
Feed model outputs for human evaluation and get back quality scorecards. Continuous model benchmarking.
Product Teams
Trigger content rating workflows from internal tools. Embed quality checks into product launch workflows.
Agency Teams
White-label API integration lets agencies offer human evaluation as part of their service stack.
Enterprise Teams
SSO, audit logs, and IP allowlisting. Enterprise-grade security for sensitive data workflows.
Your data pipeline deserves a human layer
Get your API key and start submitting tasks programmatically. First 100 ratings free.