cURL
curl --request POST \ --url https://app.pulseguard.nl/api/domains/{domainId}/analyze-anomalies \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "analysis_id": "<string>", "status": "completed", "anomalies_found": 123 } }
Analyze a domain for potential anomalies using AI
API token generated from your PulseGuard dashboard
Domain ID
Anomaly analysis completed successfully
The response is of type object.
object