POST
/
api
/
v1
/
sources
/
{slug}
/
trigger
curl --request POST \
  --url https://api.nekt.ai/api/v1/sources/{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_key'

Path Parameters

slug
string
required

Body

Response

200 - application/json

The response is of type object.