---
title: "Create Transform"
method: POST
path: "/modules/{moduleId}/transforms"
tags: ["Transforms"]
---

# Create Transform

`POST /modules/{moduleId}/transforms`

Creates a new transform.
### Authorization Required:
  - Application Create

## Path parameters

- `moduleId` string, required

## Request body

- TransformPost
  - `name` string, required — Can only contain alphanumerics and hyphens
  - `type` 'njk-xml' | 'njk-pdf' | 'njk-txt' | 'njk' | 'xsl', required
  - `io` 'in' | 'out', required
  - `template` string

## Response `201`

Transform created

- TransformResponse
  - `name` string, required
  - `moduleId` string, required
  - `type` 'njk-xml' | 'njk-pdf' | 'njk' | 'xsl', required
  - `io` 'in' | 'out', required
  - `template` string

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
