Arkose Labs · Schema

Arkose Labs Verify Request

CompanyEnterpriseSecurityBot ManagementFraud PreventionAuthenticationAccount SecurityBot DetectionRisk ScoringCAPTCHA

Properties

Name Type Description
log_data string
private_key string
session_token string
simple_mode boolean
View JSON Schema on GitHub

JSON Schema

arkose-labs-verify-request.json Raw ↑
{
  "properties": {
    "log_data": {
      "type": "string"
    },
    "private_key": {
      "type": "string"
    },
    "session_token": {
      "type": "string"
    },
    "simple_mode": {
      "type": "boolean"
    }
  },
  "type": "object"
}