Calibrated probabilities
Not a thumbs-up classifier. Real softmax values from a fine-tuned encoder model — pick the threshold that matches your appetite for false positives.
spam classification · v1
Updated May 12, 2026
Drop in one endpoint. Get a probability back.
No queues. No models to host. No surprises.
10,000 requests/month free · no credit card · two-line install
curl -sX POST https://api.siftfy.io/v1/predict \
-H "X-API-Key: $SIFTFY_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "FREE iPhone! click http://bit.ly/x to claim NOW"}'
# {
# "spam_probability": 0.987,
# "likelihood": "high"
# }Sign in with your email — we send a one-time link. Generate an API key from the dashboard.
POST any text to /v1/predict. The response is a softmax probability between 0 and 1.
Pick your threshold (we suggest 0.85). Block, queue, or quarantine — that's up to you.
Not a thumbs-up classifier. Real softmax values from a fine-tuned encoder model — pick the threshold that matches your appetite for false positives.
No queues, no async webhooks, no streaming. One HTTPS request, single-digit milliseconds, response inline.
Every key has its own usage counter, last-used timestamp, and revocation. Issue keys to specific apps; revoke any one of them in a click.
Model version is pinned per release. Same input, same probability — no silent drift on your spam filter when we retrain.
Eight integrations, each with a real runnable example. Pick the one that matches your stack — or read the /v1/predict reference and roll your own in 15 lines.
10,000 free requests every month. Pro is $9 + $0.0001 per request after that.