$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "documents": [
< {
< "label": "Project Gutenberg",
< "url": "https://www.gutenberg.org/policy/robot_access.html"
< },
< {
< "label": "Project Gutenberg terms of use",
< "url": "https://www.gutenberg.org/policy/terms_of_use.html"
< }
< ],
< "clauseTerms": [
< "automated means",
< "automated",
< "scrape",
< "scraping",
< "crawler",
< "crawl",
< "spider",
< "bot",
< "robot",
< "robots.txt",
< "data mining",
< "text and data mining",
< "harvest",
< "AI agent",
< "artificial intelligence",
< "machine learning",
< "LLM",
< "large language model",
< "rate limit",
< "API key",
< "resale",
< "resell"
< ],
< "contextChars": 600,
< "reportUnchanged": false,
< "stateStoreName": "tos-clause-baselines",
< "timeoutSeconds": 20,
< "maxResponseBytes": 1000000,
< "maxRedirects": 3,
< "concurrency": 4,
< "userAgent": "TosClauseWatcher/0.1 (+https://apify.com)"
<}
<EOF
$curl "https://api.apify.com/v2/actors/kingii98~target-site-terms-automation-clause-change-watcher/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'