Skip to main content

Trigger multiple transformations in batch

POST 

/transformations/:transformationID/runs/batch

Initiates multiple transformation processes for a specific transformation, identified by its unique ID. This endpoint allows you to execute multiple transformation runs simultaneously by providing an array of transformation configurations. Each transformation in the batch applies to its respective input data object and stores the result in the specified destination. If connector configurations are provided, the outputs 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

OK