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.