🔍

Prime Checker

Check if a number is prime and find its factors.

math API: POST /api/tools/prime-check

Input

🔌 API Usage

POST /api/tools/prime-check
Content-Type: application/json

// Example body:
{
  "number": "2"
}