CLEARIE™ GETWAYEX-IM Intelligence & APIs

Documentation

Ship India trade workflows with clear contracts

Start with scoped keys and isolated sandbox records, then move the same versioned contracts into production. Usage weights, retries, errors, and source context stay explicit.

Scoped live and sandbox keys

Published weighted-unit costs

Stable errors and retry guidance

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.ai/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.ai/v1/ai/impact-analyze