Skip to main content
GET
/
api
/
v1
/
beam
/
datasets
/
{dataset_id}
/
entries
/
check
Check entry
curl --request GET \
  --url https://api.example.com/api/v1/beam/datasets/{dataset_id}/entries/check

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Checks whether a specific value exists in the dataset. Path parameters:
ParameterDescription
dataset_idDataset ID
Query parameters:
ParameterRequiredDescription
valueYesThe value to look up
curl -X GET "https://api.allium.so/api/v1/beam/datasets/${DATASET_ID}/entries/check?value=0x3c499c542cef5e3811e1192ce70d8cc03d5c3359" \
  -H "X-API-Key: ${ALLIUM_API_KEY}"
Response:
{ "exists": true }