Skip to main content
POST
/
watch-folders
/
service
/
start
Start the watch folder service
curl --request POST \
  --url http://localhost:6699/api/v1/watch-folders/service/start \
  --header 'X-License-Key: <api-key>'

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Response

200

Service started (or already running)

Last modified on February 18, 2026