Skip to main content
GET
/
presets
/
{preset_name}
cURL
curl --request GET \
  --url https://api.sandbox.humanity.org/v2/presets/{preset_name}
{
  "preset": "<unknown>",
  "value": "<unknown>",
  "status": "<unknown>",
  "expires_at": "<string>",
  "verified_at": "<string>",
  "evidence": {}
}
SDK equivalent
const result = await sdk.verifyPreset('is_human', accessToken);
Fetch the current verdict for an individual preset (for example is_human or humanity_user). Useful when you need to quickly re-check one capability without running a full batch verification job. Combine with POST /presets/batch when you need to evaluate multiple presets atomically.

Path Parameters

preset_name
string
required

Response

200 - application/json
preset
required
value
any
required
status
required
expires_at
string
required
verified_at
string
evidence
object

Construct a type with a set of properties K of type T