Intelligent API protection using advanced pattern recognition and real-time threat analysis.
curl -X POST 'https://api.detekt.ai/v1/checks' \
-H 'Content-Type: application/json' \
-d '{
"request_id": "test-123",
"endpoint": "/api/users",
"type": "GET",
"method": "GET",
"ip_address": "192.168.1.100",
"api_key": "sk_live_...",
"request_body": {"user_id": 123}
}'