# ExChek Docs > API documentation for the ExChek export control classification engine. ECCN classification with Adjudicator-in-the-Loop (AITL), powered by live eCFR data and paid via x402 (USDC on Base). ## Key Links - Docs Home: https://docs.exchek.us - API Reference: https://docs.exchek.us/docs/api-reference/ - Quickstart: https://docs.exchek.us/docs/get-started/quickstart/ - AITL Flow: https://docs.exchek.us/docs/aitl-flow/ - Install Skill: https://docs.exchek.us/docs/install-skill/ - Funding: https://docs.exchek.us/docs/funding/ - Website: https://exchek.us - API Base URL: https://api.exchek.us - GitHub (Skills): https://github.com/exchekinc/exchekskills ## What ExChek API Does ExChek provides an API for U.S. export control classification (ECCN, BIS, ITAR). You describe your product; the API determines jurisdiction (EAR vs ITAR) and runs an Order of Review using live eCFR data (15 CFR Part 774 and 22 CFR Part 121). A human reviews and refines each step until the classification is approved, then receives an audit-ready report. ## API Endpoints (Base URL: https://api.exchek.us) | Endpoint | Method | Payment | Description | |---|---|---|---| | `/health` | GET | Free | Health check | | `/api/classify/start-free` | POST | Free | First classification free (one per wallet) | | `/api/classify/start` | POST | $10 x402 | Start a new paid classification | | `/api/classify/jurisdiction` | POST | $2 x402 | Standalone jurisdiction determination | | `/api/classify/submit-info` | POST | Session | Submit item details for jurisdiction analysis | | `/api/classify/confirm-jurisdiction` | POST | Session | Confirm or refine jurisdiction | | `/api/classify/request-oor` | POST | Session | Run Order of Review | | `/api/classify/refine-oor` | POST | Session | Refine OOR result with feedback | | `/api/classify/approve` | POST | Session | Finalize and generate report | ## Quickstart 1. Point your agent to the skills: `github.com/exchekinc/exchekskills/skills` 2. Or install via Claude Code: `/install github:exchekinc/exchekskills` 3. Start a classification (all skills are free) ## Full Content For the complete structured documentation, see: https://docs.exchek.us/llms-full.txt