# CollectablesPulse Authenticate

> CollectablesPulse Authenticate is a paid API for AI agents from collectablespulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns authentication guidance for any collectible, including red flags for fakes, trusted authentication services, DIY verification checks, and safe buying advice.

## Facts

- Endpoint: GET https://collectablespulse.vercel.app/api/collect/authenticate
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collectablespulse-authenticate-4110ba12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OUMM-GZsP1CFo7HTew-QJ

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 collectablespulse-authenticate-4110ba12
```

Example prompt: I just found a 1952 Topps Mickey Mantle baseball card I'm thinking about buying — can you run it through the CollectablesPulse authentication guide and tell me the red flags to watch for, which authentication services I should use, any DIY checks I can do, and how to buy it safely?

## When to prefer this

Use this endpoint when a collector, investor, or buyer needs to assess whether a specific collectible is genuine before purchasing or selling, especially when professional grading has not yet been performed. Ideal for pre-purchase due diligence or educating an agent about forgery detection in a given collectible category.

## Known failure modes

- Missing or ambiguous item description may return generic guidance not tailored to the specific collectible
- Unknown or unsupported collectible category may result in limited red flag coverage
- Payment failure (non-payment of 0.1 USDC) will block access to the response
- Highly niche or obscure items may not have well-established authentication services listed

## How this service works

Global collectibles market intelligence API. AI-synthesized valuations for sports cards, coins, comics, vinyl records, Pokémon/MTG/TCGs, sneakers, watches, signed memorabilia, and trading cards. Real-time sold comparables, PSA/CGC/PCGS grade premiums, population reports, storage and grading guidance. Amazon storage supplies, professional grading service links, and eBay/Goldin marketplace links included. All endpoints support any language via ?lang=. Pricing: $0.08–$0.20 USDC/call via x402 micropayment.

## Output

A structured authentication guide covering: red flags that indicate a fake or forgery, a list of trusted professional authentication services relevant to the collectible type, DIY inspection checks the buyer or collector can perform themselves, and practical advice on how to buy safely to avoid fraud.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "item"
 ],
 "properties": {
  "item": {
   "type": "string",
   "description": "item"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/collectablespulse-authenticate-4110ba12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from collectablespulse.vercel.app](https://www.zero.xyz/host/collectablespulse.vercel.app/llms.txt)
