Trigger a transformation
POST/transformations/:transformationID/runs
Initiates a transformation process for a specific transformation, identified by its unique ID. The operation applies the transformation to the input data object and stores the result in the specified destination. If connector configurations are provided, the output can also be delivered to external services. Some transformations accept parameters: the list of the allowed parameters for each transformation can be retrieved by the list transformations endpoint. Note: If a file is TXT or Markdown format, only files with UTF-8 encoding and LF as line feed character are supported.
Request
Responses
- 200
- 400
- 401
- 404
- 413
OK
Bad Request
Unauthorized
Not Found
Request Entity Too Large