Sign in

Archive a file group

documented

Get an archived version of a file group.

GET /{group_uuid}/archive/{format}/{filename}File groupsno 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://ucarecdn.com/{{$group_uuid}}/archive/{{$format}}/{{$filename}}" \
  -X GET \
  -H "Accept: application/octet-stream" \
  -H "Authorization: Uploadcare.Simple {{$UPLOADCARE_API_KEY}}:{{$UPLOADCARE_SECRET}}"