Run Batch Pipeline
Last updated
Last updated
POST
/batches/pipelines/run/${pipelineId}
Run transforms based on the passed in request parameters
Pipeline must be enabled to run.
Headers
An API Key is required to access this endpoint.
Name | Value |
---|---|
Body
The body should exactly match what you defined. The parameter can be passed in either as text
or file
, depending on how it was defined.
Example
The API returns the response in JSON format.
The request will return a 200 with a jobId
and status
. You can use this jobId
to check the processing status and fetch results.
Example
x-api-key
your_api_key