TradDocs provides an API that allows trade professionals to seamlessly split, extract, parse, and compare shipping documents, including Contract, Bill of Lading, Certificate of Origin, Invoice, Packing List, and more.
You can see which document types we support here
Looking for real-time support? Join our Discord

Accessing the API

We offer two types of API keys:
  • Production API Key: Used for live, real-world applications with higher rate limits.
  • Sandbox API Key: Used for development and testing purposes with lower rate limits and a 4-week expiration period.
To obtain either a Production or Sandbox API key, please contact us directly. We will assist you in setting up the appropriate access based on your needs.

Prerequisites

To complete this quickstart, you need:

Authentication

All requests must include an x-api-key header with your API key.
cURL
curl https://api.traddocs.com/$TRADDOCS_ENDPOINT \
     -H "x-api-key: $TRADDOCS_API_KEY" \
     ...

Next Steps

Now that you have made your first TradDocs API request, it’s time to explore additional features and capabilities: