Import watch URLs with configuration
Import a list of URLs to monitor with optional watch configuration. Accepts line-separated URLs in request body.
Configuration via Query Parameters:
You can pass ANY watch configuration field as query parameters to apply settings to all imported watches. All parameters from the Watch schema are supported (processor, fetch_backend, notification_urls, etc.).
Special Parameters:
tag/tag_uuids- Assign tags to imported watchesproxy- Use specific proxy for imported watchesdedupe- Skip duplicate URLs (default: true)
Type Conversion:
- Booleans:
true,false,1,0,yes,no - Arrays: Comma-separated or JSON format (
[item1,item2]) - Objects: JSON format (
{"key":"value"}) - Numbers: Parsed as int or float
Authorizations
API key for authentication. You can find your API key in the Site Spy dashboard under Settings → API.
Query Parameters
Tag UUID(s) to apply to imported watches (comma-separated for multiple)
Tag name to apply to imported watches
Proxy key to use for imported watches
Skip duplicate URLs (default true)
Body
The body is of type string.
Response
URLs imported successfully

