Navigation
Evaluations
An evaluation is Rupt's verdict on an action such as a login or signup: allow it, deny it, challenge the user, or hold it for review. The client SDK creates evaluations in the browser. From your backend you retrieve an evaluation to read its verdict and risk signals, you consume it so the same evaluation can't be used twice, and you evaluate custom actions directly, including the content a user wrote.
To learn more, see the evaluation object.
Endpoints
| GET | /v3/evaluations/:id |
| POST | /v3/evaluations/:id/consume |
| POST | /v3/evaluate/:action |