# TradePulse Export Compliance Classifier

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

Returns EAR/ITAR/dual-use export classification and license requirements for a product and destination country.

## Facts

- Endpoint: GET https://tradepulse.theaslangroupllc.com/api/trade/compliance
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradepulse-export-compliance-classifier-d4530065
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_89mcjuuvngccS-oCLMrQK

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-d4530065
```

Example prompt: Do I need an export license to ship our 50W fiber laser cutting machine to a buyer in South Korea? Check for EAR and ITAR requirements and tell me what ECCN code applies and whether a license is required.

## When to prefer this

Use this endpoint when an agent needs to determine export control classification (EAR/ITAR/dual-use) and license requirements for a specific product-destination pair, especially as part of a pre-shipment compliance workflow. Prefer over sanctions screening (which covers party restrictions) or HS code lookup (which covers tariff classification) when the question is specifically about U.S. export control law.

## Known failure modes

- Product description too vague to classify — returns ambiguous result or multiple possible ECCN codes
- Destination country not recognized or unsupported — returns 400 or empty result
- Missing required product or destination parameters — returns 400 bad request
- Edge-case dual-use determination where human review is recommended
- Rate limit or payment failure on x402 protocol — returns 402 or 429

## 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 the EAR/ITAR classification for the product including ECCN code, dual-use status, applicable license exceptions, and whether an export license is required for the specified destination country.

## 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-d4530065/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradepulse.theaslangroupllc.com](https://www.zero.xyz/host/tradepulse.theaslangroupllc.com/llms.txt)
