Data Cleanup API
Data Cleanup API helps SaaS products, CRMs, ERPs, e-commerce systems, and internal tools turn messy business data into clean, standardized, machine-readable records. It is designed for real-world imports from CSV files, Excel sheets, forms, and operational databases where data quality is inconsistent. It can normalize names, emails, phone numbers, countries, company names, and SKUs, validate…
Data Cleanup API endpoints
| Method | Endpoint | Description |
|---|---|---|
| system | ||
| GET |
healthcheck_health_get /health |
|
| GET |
healthcheck_health_live_get /health/live |
|
| GET |
service_info__get / |
|
| GET |
readiness_health_ready_get /health/ready |
|
| cleanup | ||
| POST |
cleanup_record_api_v1_cleanup_record_post /api/v1/cleanup/record |
|
| POST |
cleanup_batch_api_v1_cleanup_batch_post /api/v1/cleanup/batch |
|
| jobs | ||
| POST |
create_job_api_v1_jobs_post /api/v1/jobs |
|
| GET |
list_jobs_api_v1_jobs_get /api/v1/jobs |
|
| DELETE |
delete_job_api_v1_jobs__job_id__delete /api/v1/jobs/{job_id} |
|
| GET |
get_job_results_api_v1_jobs__job_id__results_get /api/v1/jobs/{job_id}/results |
|
| GET |
get_job_api_v1_jobs__job_id__get /api/v1/jobs/{job_id} |
|
Data Cleanup API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|