Complete a direct upload
Record a previously uploaded object as a Convertly Storage file. The request body should normally be the complete.body object returned by POST /api/uploads.
POST
Complete a direct upload
Authorizations
Dashboard-generated Convertly API key. Keys currently begin with cvly_.
Body
application/json
Response
Upload completion was already recorded
Previous
Download or save multiple stored files as a single archiveBundle a set of stored files into a zip, tar, or tgz archive. Pass `fileIds` for explicit selection, `folderId` to archive a folder (with `recursive: true` to include subfolders), or omit both to grab root-level files. Set `saveToFiles: true` and an optional `targetFolderId` to drop the archive back into Convertly Storage instead of returning the bytes inline.
Next
Complete a direct upload