Append one or more items to a specific data list by UUID with primaryValue, searchKeys, and optional itemData payload β POST /data-lists//items.
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.
primaryValue (string, required)searchKeys (string[], optional)category (string, optional)riskScore (number, optional)itemData (object, optional)metadata (object, optional)batchSize (number, optional)ignoreDuplicates (boolean, optional)updateExisting (boolean, optional)POST /data-lists/{id}/items/bulk).POST /data-lists/{type}/items adds to the first active list of that type (oldest by default). Prefer list id when you have multiple lists per type.201 with counts (processed, errors, duplicates, etc.) on success.