Trigger a transformation
POST/transformations/:transformationID/runs
Initiates a transformation process for a specific transformation identified by its unique ID. This operation will apply the transformation to the input data object and store the output in the specified destination. If connector configurations are provided, the output can be sent to external services. Supported parameters for each transformation can be retrieved via the list transformation 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