Comprehensive tools for dataset cleaning, linking, auditing, and entity recognition all powered by local AI
Interactive AI agent for dataset operations. Clean, link, audit, and recognize entities through natural language conversations powered by local AI.
Try Stych Agent →Intelligent API for matching and linking records across datasets. Advanced AI models with multiple algorithms for precise data connection.
View API Docs →Build with our intuitive REST API or interact through Stych Agent. Multiple matching algorithms, async processing, and AI-powered validation all running on local AI.
curl -X POST https://api.conformal.io/v1/matching/ \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"dataset1": [
{
"id": 1,
"name": "Apple Inc",
"address": "1 Apple Park Way, Cupertino, CA"
}
],
"dataset2": [
{
"id": 1,
"company_name": "Apple Inc.",
"location": "Apple Park, Cupertino, California"
}
],
"method": "similarity",
"match_x__vs__y": ["name__vs__company_name"],
"confidence_threshold": 0.8,
"top_n": 3
}'
Join teams using Conformal AI's agentic data solutions powered by local AI