{ "opencollection": "1.0.0", "info": { "name": "URL API Reference Add-Ons Groups API", "version": "2022-11-28" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Create a file group", "type": "http" }, "http": { "method": "POST", "url": "https://ucarecdn.com/group/", "body": { "type": "multipart-form", "data": [ { "name": "pub_key", "type": "text", "value": "" }, { "name": "files[]", "type": "text", "value": "" }, { "name": "signature", "type": "text", "value": "" }, { "name": "expire", "type": "text", "value": "" } ] } }, "docs": "Create a file group from a set of already uploaded files.\n\nThe most common use case for creating a file group is when a user uploads\nmultiple files at once and then wants to display them together.\n\n**Note:** A group itself and files within it MUST belong to the same project.\n\n**Note:** Groups are immutable and the only way to add/remove a file to a group\nis to create a new one.\n" }, { "info": { "name": "Get information about a file group", "type": "http" }, "http": { "method": "GET", "url": "https://ucarecdn.com/group/info/", "params": [ { "name": "pub_key", "value": "YOUR_PUBLIC_KEY", "type": "query" }, { "name": "group_id", "value": "d52d7136-a2e5-4338-9f45-affbf83b857d~2", "type": "query", "description": "Group's unique ID. Group IDs look like `UUID~N`, where the `~N` part reflects the number of the files in the group.\n" } ] }, "docs": "Returns a JSON object with information about a file group (when the group was created,\nnumber of the files in the group, etc).\n" } ] } ], "bundled": true }