Everything you need to integrate Strobe
We're crafting comprehensive guides and API references.
Get up and running in 60 seconds
Complete endpoint documentation
Secure webhook integration guide
JavaScript, Python, Go libraries
# Create a monitor via API
curl -X POST https://api.strobe.bot/v1/monitors \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/page",
"rule": "Alert when price drops below $100",
"webhook": "https://your-app.com/webhook"
}'
Need help now? Reach out at support@strobe.bot