CyberMitra API

Welcome to the CyberMitra scam detection API. This service provides endpoints to analyze various types of content for potential scams.

API Status: Online

Available Endpoints

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

Documentation

For more information about how to use these endpoints, please refer to the GitHub repository.

Tech Stack

This API is built with Node.js, TypeScript, Express, Google Gemini API, and VirusTotal API.