Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ebrcapi.docs.eximfiles.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Extract structured data from shipping bill documents using document processing. This endpoint analyzes uploaded PDF documents and returns key shipping information in a structured format.

Request

file
file
required
The shipping bill PDF document to process. Must be a valid PDF file under 5MB.

Headers

x-api-key
string
required
Your Tradelens API key for authentication
accept
string
default:"application/json"
Response content type (application/json)

Example Request

curl --location 'https://tradelens-apis.dev.eximfiles.com/platform/shipping-bills/extract/full' \
--header 'x-api-key: TRADELENS_API_KEY' \
--header 'accept: application/json' \
--form 'file=@"/path/to/shipping-bill.pdf"'

Response

status
string
Processing status (success/error)
data
object
Extracted shipping bill data