convert_batch
Batch Converter — Convert many files in one request and download a ZIP of the results. Auto-target rules pick a sensible output format per file (docx→pdf, heic→jpg, mov→mp4, etc.) or specify a global target like 'pdf' or a per-extension override map. Free tier supports up to 5 files; Business tier up to 50. [category: convert]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | 200 MB combined cap. Rows that can't convert are skipped, not fatal — check _manifest.txt in the ZIP for per-row status. | |
| target | No | 'auto' (default), a single target format like 'pdf', or a JSON map like '{"docx":"pdf","heic":"jpg"}' | |
| filenames | No | Original filenames, one per entry in files[] and in the same order (e.g. ['report.csv','photo.heic']). Strongly recommended: per-file format detection and per-extension target rules key off these names. |