POST
/
api
/
v1
/
pipelines
/
{slug}
/
trigger
curl --request POST \
  --url https://api.nekt.ai/api/v1/pipelines/{slug}/trigger/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "full_sync": false,
  "extra_config": "<any>"
}'
{}

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: {api_token}'

Path Parameters

slug
string
required

Body

full_sync
boolean
default:false
extra_config
any

Response

200 - application/json

The response is of type object.