API Reference

Complete documentation for the ScamShield REST API. All endpoints support JSON.

Base URL

https://scamshield-honeypot.onrender.com/api/v1

Format

JSON

Quick Start

bash
curl -X POST https://scamshield-honeypot.onrender.com/api/v1/honeypot/engage \
  -H "Content-Type: application/json" \
  -d '{
    "scammer_message": "Dear Customer, your KYC is pending...",
    "persona": "elderly_victim"
  }'

Honeypot

Core scam engagement endpoints

Sessions

Session management and history

Intelligence

Extracted entity management

Analytics

Statistics and reporting

Health

System health monitoring