Run Pipeline
POST
/pipelines/run/${pipelineId}
Run pipeline based on the passed in request parameters
Request
Pipeline must be enabled to run.
Headers
An API Key is required to access this endpoint.
Name | Value |
---|---|
x-api-key |
|
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
Response
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
Last updated