POST /api/v1/ai/parse-transform
Parses a natural language description of a data transformation into a structured pipeline transform definition. Automatically loads the tenant’s data schema fields for context.Request Body
| Field | Type | Required | Description |
|---|---|---|---|
description | string | Yes | Natural language description of the transform (e.g., “hash the email column for PII masking”) |
availableFields | string[] | No | List of available field names. If omitted, fields are loaded from the tenant’s data schemas. |