Skip to main content
POST
Isolation Forest Anomaly Detection

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
X
number[][]
required

Feature matrix (transaction features, behavior patterns)

Example:
n_trees
integer
default:100

Number of isolation trees

Example:

100

contamination
number
default:0.1

Expected proportion of outliers (0-0.5)

Example:

0.05

Response

Anomaly detection results

success
boolean
Example:

true

data
object

Anomaly scores and predictions