Documentation Index
Fetch the complete documentation index at: https://docs.kaireonai.com/llms.txt
Use this file to discover all available pages before exploring further.
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. |