# GoCreative Food Barcode Lookup

> GoCreative Food Barcode Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Looks up food product information by barcode (UPC/EAN) code

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/lookup/food_barcode/%7Barg%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-food-barcode-lookup-42ce98e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l3pZld8R74JVDRNiQMKdb

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 gocreative-food-barcode-lookup-42ce98e2
```

Example prompt: What food product has the barcode 049000028911? Look it up and tell me the brand name and product details.

## When to prefer this

Use this endpoint when you need to identify or retrieve details about a food product from a known UPC or EAN barcode number. Ideal for grocery, nutrition, or retail applications where a physical barcode has been scanned and product metadata is needed. Priced at $0.005 USDC per call via x402, no API key or signup required.

## Known failure modes

- Barcode not found in database — returns empty or 404 response
- Invalid barcode format — returns error
- Payment not fulfilled (x402 payment required before data is returned)
- Rate limiting or service unavailability

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns food product details associated with the given barcode (UPC/EAN), such as product name, brand, and potentially nutrition or packaging information, sourced from official product databases.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-food-barcode-lookup-42ce98e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
