# China Sourcing Audit Checklist Generator

> China Sourcing Audit Checklist Generator is a paid API for AI agents from x402-stable-door.lu7897859.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Generates a prioritized due-diligence audit checklist for vetting a Chinese supplier or company before committing funds

## Facts

- Endpoint: POST https://x402-stable-door.lu7897859.workers.dev/audit_checklist
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/china-sourcing-audit-checklist-generator-f93db8e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dTCyiwzRC36JBR_vkm4JD

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 china-sourcing-audit-checklist-generator-f93db8e2 -d '<json body>'
```

Example prompt: Can you generate a supplier audit checklist for Shenzhen Bright Electronics — we're sourcing LED panels from them and want to know what to verify before we wire any money?

## When to prefer this

Use this endpoint when you need a structured, AI-generated due-diligence checklist specifically tailored to China-sourcing scenarios and a named supplier, especially before any payment is made. Prefer this over generic compliance databases when you need actionable pre-payment verification steps rather than static regulatory lookups, and when you want checklist output prioritized by risk level for a specific company and product combination.

## Known failure modes

- Missing required company_name field returns a validation error
- Unknown or very obscure company names may produce generic rather than company-specific checklist items
- Vague or missing product field may result in a less targeted checklist
- Network or worker timeout if the AI backend is slow to respond
- Payment failure via x402/USDC if wallet balance is insufficient or Base network is congested

## How this service works

AI tools for vetting Chinese suppliers and import risk before money moves: factory-vs-trader verification, landed cost, payment red flags, audit checklist, certification checks, full audit chain. Pay-per-call in USDC on Base via x402.

## Output

Returns a priority-ranked due-diligence checklist (array of checklist items tagged with a priority level) covering supplier verification steps tailored to the given company name and product category, helping buyers identify what to audit before committing payment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name"
 ],
 "properties": {
  "product": {
   "type": "string"
  },
  "company_name": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "priority": {
   "type": "string"
  },
  "checklist": {
   "type": "array",
   "items": {
    "type": "string"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/china-sourcing-audit-checklist-generator-f93db8e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-stable-door.lu7897859.workers.dev](https://www.zero.xyz/host/x402-stable-door.lu7897859.workers.dev/llms.txt)
