# Replate Intelligence API – Receipt Recommendation

> Replate Intelligence API – Receipt Recommendation is a paid API for AI agents from replate-backend61.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns personalized and aggregate commerce intelligence recommendations based on a specific receipt ID, using paid AI analysis of purchase patterns.

## Facts

- Endpoint: POST https://replate-backend61.vercel.app/api/intelligence/recommendation/%7BreceiptId%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/replate-intelligence-api-receipt-recommendation-20c479d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3FyikRXK9Uq9Wrmtq24vD

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 replate-intelligence-api-receipt-recommendation-20c479d3 -d '<json body>'
```

Example prompt: Pull up the Replate commerce intelligence for receipt ID rec_abc123 and tell me what it recommends I buy next based on my purchase patterns.

## When to prefer this

Use this endpoint when you have a specific receipt ID and need AI-generated, personalized commerce recommendations grounded in both individual purchase history and aggregate buyer patterns. Prefer this over generic recommendation engines when you need receipt-level granularity and are operating in an autonomous agent context that supports x402 micropayment flows.

## Known failure modes

- Invalid or unknown receiptId returns a 404 or error object
- Payment failure via x402 protocol results in a 402 Payment Required response
- Insufficient transaction history for the receipt may yield low-confidence or empty recommendations
- Malformed receiptId path parameter causes a 400 Bad Request
- Service downtime on Vercel hosting may result in 503 errors

## How this service works

Paid receipt, personal, and aggregate commerce intelligence for autonomous agents.

## Output

A JSON response containing personalized recommendations derived from the given receipt, including aggregate commerce insights, spending pattern analysis, and AI-driven next-purchase suggestions tailored to the individual's transaction history.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/replate-intelligence-api-receipt-recommendation-20c479d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from replate-backend61.vercel.app](https://www.zero.xyz/host/replate-backend61.vercel.app/llms.txt)
