Documentation
Everything you need to integrate notfs.
# Send your first notification
curl -X POST https://api.notfs.dev/api/notifications \
-H "X-API-Key: YOUR_KEY" \
-d '{"title": "Hello from notfs!", "delay": "5s"}'Everything you need to integrate notfs.
# Send your first notification
curl -X POST https://api.notfs.dev/api/notifications \
-H "X-API-Key: YOUR_KEY" \
-d '{"title": "Hello from notfs!", "delay": "5s"}'