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>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Response

200 - application/json

Service started (or already running)

message
string
Last modified on May 7, 2026