BolScan API
Bill of lading extraction for operational systems
Submit BOL documents, track processing jobs, and retrieve structured shipment data through a simple REST API.
Base endpoint
api.bolscan.app
Sandbox limit
5 req/min
Production default
20 req/min
Production API
Integrate BolScan into your logistics system
Use sandbox keys for testing. For real production OCR, higher limits, storage behavior, webhooks, and rollout support, message us with your use case and expected monthly BOL volume.
Quick Start
Create an account
Sign up, verify your email, and open the API dashboard.
Generate a sandbox key
Sandbox keys return immediate mock extraction data and do not store uploaded files.
Submit a document
Send a multipart request to POST /extract with your X-API-Key header.
Read the result
Use the returned job_id to fetch status and BOL data.
Authentication
API keys, dashboard tokens, key storage, and request headers.
API Reference
Endpoints, request shapes, responses, and workflow details.
Limits & Tiers
Sandbox behavior, production limits, and 429 response handling.
Dashboard
Manage keys, inspect usage, and request production access.
Example
curl -X POST https://api.bolscan.app/api/v1/extract \
-H "X-API-Key: bs_your_key_here" \
-F "[email protected]" \
-F "language=auto"