Welcome to the CyberMitra scam detection API. This service provides endpoints to analyze various types of content for potential scams.
POST /api/detect
Analyze content for potential scams using Gemini AI
Request Body:
{
"message": "Your text to analyze",
"contentType": "auto"
}
POST /api/scan
Run a comprehensive scan with all available tools
Request Body:
{
"input": "URL or text to scan"
}
GET /health
Health check endpoint for the service
For more information about how to use these endpoints, please refer to the GitHub repository.
This API is built with Node.js, TypeScript, Express, Google Gemini API, and VirusTotal API.