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>" }'
{}
API Key authentication. Format: 'x-api-key: {api_token}'
The response is of type object.
object