Docs

Getting Started

Revylta scores a lead or signup for fraud/abuse risk in real time. You send us what you know about the visitor (email, IP, user agent), we return a score, a risk level, and the reasons behind it — usually in well under a second.

How an integration fits together

  1. Your backend (or signup page) calls POST /api/v1/score with the visitor's details.
  2. You get back a risk level (low / medium / high) and a block flag you can act on immediately.
  3. Optional: a small browser script reports additional device/behavior signals after the page loads, which sharpens later requests for the same visitor.
  4. Optional: once you know how a lead turned out (converted, chargeback, fraud, etc.) you send that back via the Outcomes API — it's how we keep tuning accuracy for your traffic.

Two ways to integrate

ModeWhen to use itWhere to start
Server-side (API) Your backend already receives the signup/lead and can make an outbound HTTP call. Score API
Signup page script You want device/behavior signals captured on the signup page itself, with minimal backend work. Signup Page Mode

Base URL

https://revylta.com

All endpoints below are relative to this URL. All requests and responses use JSON.

What you'll need

Ask your Revylta contact for these if you don't have them yet — see Authentication.

Note: Every code sample in these docs uses a placeholder key. Swap in your real key before running them.