CLEARIE GETWAYEX-IM Intelligence & APIs

Documentation

Build with Getway

Production APIs for EXIM master-data, trade events, and AI impact-analysis. Predictable pricing, stable versioning, and SDKs in TypeScript and Python.

Quick start

# 1. Mint a key in the dashboard
export CLEARIE_KEY="ck_live_..."

# 2. Call any master-data endpoint
curl -H "Authorization: Bearer $CLEARIE_KEY" \
     https://getway.clearie.neximprove.com/v1/master/hsn/exports?code=2710

# 3. Run an AI impact analysis
curl -H "Authorization: Bearer $CLEARIE_KEY" \
     -H "Content-Type: application/json" \
     -d '{"query":"EU CBAM impact on steel exports from India"}' \
     https://getway.clearie.neximprove.com/v1/ai/impact-analyze