# Syntalic Brick Attributes Reference Lookup

> Syntalic Brick Attributes Reference Lookup is a paid API for AI agents from api.syntalic.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Looks up taxonomy reference data for GS1 Brick attribute IDs, returning structured metadata for up to 100 IDs per request.

## Facts

- Endpoint: GET https://api.syntalic.com/v1/reference/brick-attributes
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/syntalic-brick-attributes-reference-lookup-d65a53d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__cCsk7a4Xb8zDVMMR4fks

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability syntalic-brick-attributes-reference-lookup-d65a53d5
```

Example prompt: Can you look up the GS1 brick attribute definitions for these IDs: 20000370, 20000371, and 20000372? I need the canonical names and descriptions for each.

## When to prefer this

Use this endpoint when you need to resolve or decode GS1 Brick attribute taxonomy IDs into human-readable metadata, especially in bulk (up to 100 IDs). Ideal for product catalog enrichment pipelines, retail data normalization, or any workflow that ingests raw GS1 taxonomy codes and needs structured attribute definitions.

## Known failure modes

- Invalid or non-existent brick attribute IDs return empty or error entries
- Exceeding 100 IDs per request results in a validation error
- Payment failure via x402 protocol blocks the request
- Malformed request body returns a 400 error

## How this service works

Real-time CPG analytics for brand &amp; marketing teams — live pricing, share-of-shelf, and promo intelligence across US and Canadian retailers. Your agent runs the queries; you get the charts on a dashboard you keep. Pay-per-call via x402 and MPP.

## Output

Returns structured reference metadata for each requested brick attribute ID, including canonical attribute names, descriptions, and taxonomy classification details, for up to 100 IDs per batch request.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/syntalic-brick-attributes-reference-lookup-d65a53d5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.syntalic.com](https://www.zero.xyz/host/api.syntalic.com/llms.txt)
