Transformations Catalog is a collection of pre-built transformations to transform your data within minutes, without having to build a custom workflow from scratch.

These are particularly useful for out-of-the-box use cases — where the end use case is standard, and you can quickly start consuming the transformed data.

Transformations are available in the form of API endpoints - just start calling the endpoint with your data.

Accessing the application catalog

Access the catalog of applications by visiting the Catalog page here.

Within the catalog, each transformation will have a title and brief description detailing the use case, along with the date it was last updated.

Application structure:

Upon accessing an application, you will be presented with two panels, one for the API request (on the left) and one for the response (on the right).

You can either test it out right there in the browser, or call the transformation via cURL, Python, or JavaScript.

Running the application:

After the API framework and LLM have been selected, running the application is simply a matter of:

  1. Fill out the request parameters with all the relevant information (for example resume_link for the Resume Parsing transformation)
  2. Hit “Send request”
  3. Review outputs on the “response” panel on the right

Batch Processing:

We recommend processing up to 10 at a time in a single request through the API (which autoscales), and if you want to process larger datasets through cloud storage or our data warehouse integration, you can get started with the full Refuel Cloud platform.