opticparse-python / phishvision-postman.json
Nanny7's picture
initial deploy
bcf46c3
Raw
History Blame Contribute Delete
2.29 kB
{
"info": {
"_postman_id": "0d20ef45-8b9a-4c28-98e6-76cd45efcae3",
"name": "PhishVision — AI Phishing & Threat Detector",
"description": "API collection for PhishVision, the real-time visual-first cybersecurity platform.",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Health Check",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://opticparse-1opticparse-node-sg.onrender.com/health",
"protocol": "https",
"host": ["opticparse-1opticparse-node-sg", "onrender", "com"],
"path": ["health"]
}
},
"response": []
},
{
"name": "Analyze URL",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "X-API-Key",
"value": "your_api_key_here"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"url\": \"https://suspicious-login-page-microsoft.com\"\n}"
},
"url": {
"raw": "https://opticparse-1opticparse-node-sg.onrender.com/api/phish-detect",
"protocol": "https",
"host": ["opticparse-1opticparse-node-sg", "onrender", "com"],
"path": ["api", "phish-detect"]
}
},
"response": []
},
{
"name": "Scheduled Monitor",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "X-API-Key",
"value": "your_api_key_here"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"url\": \"https://brand-domain.com/login\",\n \"webhook_url\": \"https://hooks.slack.com/services/test\",\n \"interval_minutes\": 60\n}"
},
"url": {
"raw": "https://opticparse-1opticparse-node-sg.onrender.com/api/monitor",
"protocol": "https",
"host": ["opticparse-1opticparse-node-sg", "onrender", "com"],
"path": ["api", "monitor"]
}
},
"response": []
}
]
}