Execute multiple instances of the same pipeline in parallel
curl --request POST \ --url https://api.vectorshift.ai/v1/pipeline/{id}/bulk_run \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "runs": [ { "inputs": {} } ] }'
{ "status": "success", "run_outputs": [ { "run_id": "<string>", "outputs": {} } ] }
Bearer token authentication using API key
Pipeline ID
Bulk pipeline run successful
The response is of type object.
object