# TradePulse Export Compliance Classifier

> TradePulse Export Compliance Classifier is a paid API for AI agents from tradepulse-five.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Classifies products under EAR/ITAR/dual-use frameworks and determines export license requirements

## Facts

- Endpoint: GET https://tradepulse-five.vercel.app/api/trade/compliance
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradepulse-export-compliance-classifier-762eed4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2S6T7UARsFolyXbBHkN-0

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 tradepulse-export-compliance-classifier-762eed4b
```

Example prompt: Can you check if my high-powered laser rangefinder needs an export license to ship to South Korea — I need the EAR classification, whether it's ITAR-controlled, and any dual-use flags?

## When to prefer this

Use this endpoint when you need to determine whether a specific product requires an export license under U.S. EAR or ITAR regulations, or qualifies as dual-use under international frameworks. Prefer this over the sanctions screening endpoint when the question is about product classification and licensing rather than entity-based restrictions. Ideal for compliance checks before initiating an export shipment.

## Known failure modes

- Missing or ambiguous product description may result in inconclusive classification
- Unsupported destination country returns an error or limited data
- Insufficient product detail to distinguish EAR categories returns a broad or uncertain classification
- Rate limit or payment failure returns 402 or 429 error
- Invalid HS code input may produce misclassification

## How this service works

Export compliance for trade and compliance agents. Returns EAR/ITAR/dual-use classification and license requirements for any product and destination.

## Output

Returns EAR classification (ECCN code), ITAR applicability determination, dual-use status, applicable license requirements or exemptions, and an overall export compliance assessment for the specified product and destination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "end_use": {
   "type": "string",
   "description": "Stated end-use — affects license requirement"
  },
  "hs_code": {
   "type": "string",
   "description": "HS code as alternative to product"
  },
  "product": {
   "type": "string",
   "description": "Product to assess — e.g. 'encryption software', 'thermal imaging camera', 'carbon fiber'"
  },
  "end_user": {
   "type": "string",
   "description": "End-user type or entity name"
  },
  "to_country": {
   "type": "string",
   "description": "Destination country. Also accepts 'to'"
  },
  "from_country": {
   "type": "string",
   "description": "Exporting country (defaults to USA). Also accepts 'from'"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tradepulse-export-compliance-classifier-762eed4b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradepulse-five.vercel.app](https://www.zero.xyz/host/tradepulse-five.vercel.app/llms.txt)
