cURL
curl --request GET \ --url https://api.shelv.dev/api/shelves/{id}/archive-url \ --header 'Authorization: Bearer <token>'
{ "expiresAt": "2023-11-07T05:31:56Z", "sha256": "<string>", "sizeBytes": 123, "url": "<string>", "version": "2023-11-07T05:31:56Z" }
Get a presigned URL for a .tar.gz archive of the shelf’s filesystem. Returns 202 if the archive is being generated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
60 <= x <= 3600
Archive ready