Back to Features
🛠️

Batch Import/Export

ActivePlatformMUSTFREE

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

1

Prepare your data

Create a CSV or JSON file with product names, materials, categories, and other classification fields.

2

Upload for processing

POST /api/v1/classify/batch with an items array containing up to 50 products per request.

3

Monitor progress

For large batches, the response includes a job ID to check status via GET /api/v1/jobs/{id}.

4

Download results

Retrieve completed batch results as JSON or export as CSV for use in your ERP or spreadsheet.

API Reference

POST/api/v1/classify/batch

Related Features

Having issues?