cURL
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": "<unknown>", "selected_streams": [ "<string>" ] } '
{}
Documentation IndexFetch the complete documentation index at: https://docs.nekt.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nekt.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Format: 'x-api-key: api_key'
The response is of type object.
object
Was this page helpful?