Skip to main content
Use archive workflows when your users upload folders, grouped product assets, client delivery packages, or exported media sets.
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

Convert an archive

Process a ZIP as a batch

Queue a larger archive

Async archive jobs return a 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:
List schedules for a folder with GET /api/folder-archive-schedules?folderId={uuid}. See the Archive API reference for retention, pause/resume, and delete.
Last modified on July 17, 2026