Batch Import/Export
What it does
Upload product lists via CSV or JSON for batch processing. Classify hundreds of products, calculate landed costs in bulk, or export results. Batch endpoints accept up to 50 items per request with parallel processing.
How to use it
Prepare your data
Create a CSV or JSON file with product names, materials, categories, and other classification fields.
Upload for processing
POST /api/v1/classify/batch with an items array containing up to 50 products per request.
Monitor progress
For large batches, the response includes a job ID to check status via GET /api/v1/jobs/{id}.
Download results
Retrieve completed batch results as JSON or export as CSV for use in your ERP or spreadsheet.
API Reference
/api/v1/classify/batchRelated Features
Classify hundreds of products at once via CSV or JSON batch API
Export classification and calculation results as CSV files
Generate PDF trade documents: invoices, packing lists, certificates
Build custom reports with flexible filters and visualizations
Automate daily, weekly, or monthly report generation