Sign in

Create file group

documented

Create a file group from a set of already uploaded files.

POST /group/Uploadno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://upload.uploadcare.com/group/" \
  -X POST \
  -H "Accept: application/json" \
  -F 'pub_key={{UPLOADCARE_API_KEY}}' \
  -F 'files[0]=":{{$file_uuid1}}"' \
  -F 'files[1]=":{{$file_uuid2}}"'