Use
POST /api/convert with createArchive=true to bundle outputs, POST /api/files/archive for one-off storage archives, or POST /api/folder-archive-schedules for managed per-folder snapshot schedules.Choose the right flow
| Flow | Endpoint |
|---|---|
| Convert one archive format to another | POST /api/convert |
| Extract a ZIP and convert supported files inside | POST /api/convert |
| Process a large archive in the background | POST /api/jobs |
| Return one archive for a completed batch | POST /api/jobs with createArchive=true |
| Archive a folder already in Convertly Storage | POST /api/files/archive |
| Recurring per-folder snapshots with retention | POST /api/folder-archive-schedules |
Convert an archive
Process a ZIP as a batch
Queue a larger archive
jobId. Poll GET /api/jobs/{id} or subscribe to webhooks for completion.
Schedule per-folder snapshots
Create one schedule per folder when you want Convertly to run backups automatically:GET /api/folder-archive-schedules?folderId={uuid}. See the Archive API reference for retention, pause/resume, and delete.