# Quote & Estimate PDF Generator

> Quote & Estimate PDF Generator is a paid API for AI agents from amanchain-relay.gitajhd.workers.dev, paid per call via x402, $0.003732/call, status unknown (last checked 2026-09-14).

Generates a professional quote/estimate PDF with line items, VAT, pricing, and a validity date for sending price offers to clients

## Facts

- Endpoint: POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-quote-estimate
- Price: $0.003732/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/quote-estimate-pdf-generator-63fe6c04
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tIfBbPHEFzKqCPFA5qM8D

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 quote-estimate-pdf-generator-63fe6c04 -d '<json body>'
```

Example prompt: Can you generate a professional quote PDF for my client Acme Corp — include 3 line items: web design at $1,200, hosting setup at $300, and SEO audit at $500, apply 20% VAT, and set the validity date to 30 days from today?

## When to prefer this

Choose this endpoint when you need to programmatically generate a professional quote or estimate PDF with line items, VAT, and a validity date — especially in agentic sales or invoicing workflows where no account or API key setup is desired and pay-per-call via USDC on Base is acceptable. Prefer this over generic PDF tools when you need structured business document formatting with accounting fields built in.

## Known failure modes

- Missing required fields (serviceId, request) returns a validation error
- Malformed line item data or missing pricing fields causes generation failure
- Payment not completed via x402/USDC results in 402 Payment Required response
- Invalid or unrecognized serviceId returns a service not found error
- Network or worker node downtime causes 5xx errors

## How this service works

Quote and estimate PDF generator — priced offer with line items, VAT and a validity date; quote/devis API so AI agents can send professional price offers before closing a deal. Deterministic on-chain execution by the AmanChain node — live consensus state, real blocks, pools and balances. Pay per call via x402 (USDC on Base), no account, no API key. POST JSON {"serviceId":"aman-quote-estimate","request":"<input>"}.

## Output

A generated quote/estimate PDF document (or a URL/binary to the PDF) containing professional A4 formatting with client details, itemized line items, subtotals, VAT breakdown, total price, and a quote validity date — ready to send to a prospective client as a formal price offer.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/quote-estimate-pdf-generator-63fe6c04/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from amanchain-relay.gitajhd.workers.dev](https://www.zero.xyz/host/amanchain-relay.gitajhd.workers.dev/llms.txt)
