Skip to main content
POST
/
pipeline
/
{id}
/
run
Run a pipeline
curl --request POST \
  --url https://api.vectorshift.ai/v1/pipeline/{id}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "inputs": {}
}'
{
  "status": "success",
  "run_id": "<string>",
  "outputs": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Pipeline ID

Body

inputs
object

Map of input names to their values

Response

Pipeline run successful

status
enum<string>
required
Available options:
success,
failed
run_id
string
required
outputs
object
required