POST
/
pipeline
/
{id}
/
run
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": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Pipeline ID

Body

Response

200
application/json

Pipeline run successful

The response is of type object.