Run up to 50 isInDataList lookups across different list types in a single request, ideal for batched screening β POST /data-lists/bulk-check.
Documentation Index
Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
Use this file to discover all available pages before exploring further.
isInDataList checks in a single round trip. Each entry specifies listType and searchValue.
{ "listType": "<enum>", "searchValue": <any> }.includeMetadata (boolean)useCache (boolean, default true)data.results (per-check outcomes) and data.summary (totalChecks, successfulChecks, totalMatches, hasAnyMatches, etc.).