cURL
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": {} } ] } '
{ "run_outputs": [ { "run_id": "<string>", "outputs": {} } ] }
Execute multiple instances of the same pipeline in parallel
Documentation IndexFetch the complete documentation index at: https://docs.vectorshift.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication using API key
Pipeline ID
Show child attributes
Bulk pipeline run successful
success
failed