Overview
Use the Data Sync Pro REST API to run Pipelines and Executables outside the DSP user interface. Any tool or system that can send an HTTP request can call these endpoints.
| Operation | Mode | Response |
|---|---|---|
| Run a Pipeline | Batch | Pipeline Execution record ID |
| Run an Executable | Batch | Execution record ID |
| Run an Executable | Sync | Per-record processing results |
Batch requests submit the execution for asynchronous processing. Sync requests process the records immediately and return the results in the response.