Documentation
Everything you need to integrate Morphix into your data pipelines.
Getting Started
5 minute setup guide to your first transformation.
API Reference
Complete API documentation with examples.
Guides
Step-by-step tutorials for common use cases.
Welcome to Morphix
Morphix is the AI-powered data transformation engine for enterprises. This documentation will help you integrate Morphix into your existing data pipelines.
Quick Start
Transform your first file using cURL:
curl -X POST https://api.morphix.io/v1/transform \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@data.xlsx"
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@data.xlsx"
Next Steps
- Define your target schema
- Configure transformation rules
- Set up webhooks