Version: 1.0.0
Transform Platform API
Enterprise-grade, spec-driven file ↔ event transformation engine.
Transform Platform exposes a REST API for managing File Specs (format definitions that drive parsing, validation, and correction) and triggering file-to-event transformation pipelines that publish records to Kafka.
Base URL
All API endpoints are prefixed with /api/v1.
Error Format
Error responses use a standard JSON envelope:
{
"status": 404,
"error": "Not Found",
"message": "No spec found with id 'acme-payments-v2'",
"path": "/api/v1/specs/acme-payments-v2"
}
License