API-Driven Data Pipelines

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.

Talk to Sales
REST API
Webhooks
CSV Upload
CRM Connectors
Data Warehouses
BI Tools
How It Works

Three steps to automated enrichment

Send data in, get enriched results back — no UI interaction required.

STEP 01

Create a project via API

POST your project configuration — content type, rating method, labels, guidelines — and get back a project ID in seconds.

STEP 02

Submit tasks programmatically

Push content items (text, URLs, file paths) via the tasks endpoint. Batch up to 10,000 items per request.

STEP 03

Receive results via webhook

Configure a webhook URL and get notified when projects complete — with full results, confidence scores, and download links.

API Reference

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.

POST/v1/projects
GET/v1/projects/{id}
POST/v1/projects/{id}/tasks
GET/v1/projects/{id}/results
GET/v1/projects/{id}/export
POST/v1/webhooks
GET/v1/projects/{id}/raters
PATCH/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.

SalesforceHubSpotPipedrive

Data Warehouses

Export results directly to BigQuery, Snowflake, or Redshift. Scheduled syncs keep your warehouse up to date.

BigQuerySnowflakeRedshift

BI Tools

Visualize results in Tableau, Looker, or Power BI. Pre-built dashboards for common rating analytics.

TableauLookerPower BI

Webhook Events

Real-time notifications for project completion, task milestones, and quality alerts. POST to any endpoint.

project.completedtask.ratedquality.alert

Zapier & Make

No-code automation via Zapier or Make. Trigger enrichment workflows from any app in your stack.

ZapierMaken8n

Enterprise SSO

SAML/OIDC single sign-on, API key management, IP allowlisting, and audit logs for enterprise security.

SAMLOIDCAPI Keys

Who uses the API?

Automation

Engineering Teams

Embed human evaluation directly into CI/CD, data pipelines, or ML training loops. Automate what was manual.

Scheduled Jobs

Data Teams

Schedule recurring enrichment jobs. New CRM records get classified automatically via cron + API integration.

Model Eval

ML Teams

Feed model outputs for human evaluation and get back quality scorecards. Continuous model benchmarking.

Internal Tools

Product Teams

Trigger content rating workflows from internal tools. Embed quality checks into product launch workflows.

White Label

Agency Teams

White-label API integration lets agencies offer human evaluation as part of their service stack.

Enterprise

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.

Browse All Services