Data Formats
Data Formats: HTML and JSON
curl -X POST "https://api.scout.sentinel.co/api/v1/probe/sync" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"url": "https://en.wikipedia.org/wiki/Machine_learning",
"countryCode": "US",
"outputFileExtension": "EXTENSION_HTML"
}'Last updated