🔍
Prime Checker
Check if a number is prime and find its factors.
math
API: POST /api/tools/prime-check
Input
Result
🔌 API Usage
POST /api/tools/prime-check
Content-Type: application/json
// Example body:
{
"number": "2"
}
Content-Type: application/json
// Example body:
{
"number": "2"
}