Skip to main content
POST
Create a watch folder

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Body

application/json
folder_path
string
required

Absolute path to the folder to watch

cache_dir
string

Where to store analysis results (optional, uses default if omitted)

enabled
boolean
default:true
enable_visual_analysis
boolean
default:true
enable_audio_analysis
boolean
default:false
enable_face_analysis
boolean
default:false
audio_language
string
default:english
cluster_job_name
string

Required when face analysis is enabled

face_eps
number
default:0.48
face_min_samples
integer
default:5
excluded_extensions
string[]

File extensions to skip, normalized to lowercase with a leading dot

excluded_filename_globs
string[]

Case-insensitive glob patterns matched against the filename only

excluded_folder_globs
string[]

Case-insensitive folder glob patterns under the watched folder. Patterns with slashes match relative folder paths segment by segment.

Response

Watch folder created

message
string
watch_folder
object
Last modified on July 14, 2026