Skip to main content
POST
/
data-lists
/
{type}
/
items
Adicionar itens por tipo (atalho)
curl --request POST \
  --url http://api.gu1.ai/data-lists/{type}/items \
  --header 'Authorization: Bearer <token>'

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.

Visão geral

Adiciona itens à primeira lista ativa do {type}. Se não houver lista ativa, 404. Com várias listas por tipo, prefira Adicionar itens com UUID explícito.

Endpoint

POST https://api.gu1.ai/data-lists/{type}/items

Autenticação

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Corpo da solicitação

Same shape as Add items:
  • items (required): 1–1000 entries with primaryValue, optional searchKeys, category, riskScore, itemData, metadata.
  • options: batchSize, ignoreDuplicates, updateExisting.

Resposta

201 with listId resolved by the server, plus ingest counters.