Getting Started
Generate Mapper
Generate your first mapper using AI
A Mapper represents mapping logic to map data between any two schemas. To generate a mapper:
1
Create a mapper
Call Create Mapping with the following parameters:
-
Sample source data to map.
-
Pipeline name
2
Done! Your mapper has been generated.
Once done, the create mapper call will return a Results payload, which provides all necessary ids for future actions and the status of the mapper generation. Continue through the Getting Started guide to learn how to see the mappings, edit, and save the mapper for later use.
The above step is an abstracted endpoint for ease of use. If you want to use the modular API calls, follow the API Reference base endpoints. These are:
- Create Pipeline
- Create Job
- Run Job