Skip to main content

1. Sign up and mint a key

  1. Create an account at landedfees.com/auth/signup.
  2. Subscribe to Growth or higher. API access is Growth-tier and above.
  3. Open Settings > API keys and click Create key.
  4. Copy the raw key (format sk_live_..., 40 characters). It is shown exactly once. Store it in a secret manager.
The raw key is never persisted. If you lose it, revoke it and mint a fresh one. Test-mode keys use the sk_test_ prefix.

2. Set the key in your environment

3. Your first calculate call

The example below prices 500 units of wireless earbuds imported from China to the US on ocean freight, FOB terms.

4. Read the response

total_landed_cost = customs_value + duty_amount + taxes_amount + fees_amount.

5. Next steps