cURL
curl --request POST \ --url https://crawl.getmonita.io/api/v1 \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "session_id": "<string>", "user": {}, "options": { "screenShots": false, "byPassConsent": true, "country": "<string>", "proxy": true, "webhook": false }, "validationRules": [ { "rule_id": "<string>", "vendor": "<string>", "key": "<string>", "value": "<string>", "condition": "OR", "rule_type": "Pixel" } ] } '
{ "sessionId": "<string>", "button": { "button_text": "<string>", "consent_banner": true, "error_message": "recaptcha" }, "success": false, "marketingPixels": [ { "vendor": "<string>", "account_id": "<string>", "page": "<string>" } ], "url": "<string>", "cookiesBefore": 123, "cookiesAfter": 123, "timeTaken": 123, "error": { "error": true, "message": "<string>" }, "validationResults": [ { "rule_id": "<string>", "success": true } ], "screenShotUrls": { "screenShotBefore": "<string>", "screenShotAfter": "<string>" }, "message": "<string>" }
API key for authorization
Show child attributes
Successful Response