This is a collection of pre-built data transformations to parse, structure or categorize 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 immediately start consuming the transformed data.

Access

Catalog of data transformations is currently available to all Refuel Cloud users. You can get started by signing up here.

Browsing the Catalog

Browse the list of data transformations currently available in the catalog by visiting https://app.refuel.ai/catalog.

Testing a function from the catalog

Each transformation published in the catalog has a dedicated playground, where you can test the transformation with your own data:

You can either test it out right in the browser playground, or call the transformation programmatically via a REST API, or by using one of our SDKs. For example, here’s how you can call the Resume parser:

curl -X 'POST' \
    'https://cloud-api.refuel.ai/applications/resume-parsing/label' \
    -H 'accept: application/json' \
    -H 'Authorization: Bearer <YOUR_API_KEY>' \
    -H 'Content-Type: application/json' \
    -d '[{
        "resume_link": "https://path/to/resume.pdf"
    }]'

Processing large data volumes

Transformations available via the catalog currently have the following rate limits:

  • 300 requests/min
  • Upto 100 concurrent requests

Requests will be throttled and the platform will return an HTTP 429 status code if these limits are exceeded.

If you’d like higher rate limits, or want to leverage one of our data warehouse integrations for batch processing, you can sign up for Refuel Cloud (here).