cURL
curl --request POST \ --url https://api.hypercore.vn/snapshots/{snapshot_id} \ --header 'Authorization: Bearer <token>'
{ "url": "https://syd.dl.onidel.com/download?fid=..." }
Generate snapshot download URL
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Snapshot UUID that need to be considered for filter
Successful operation
"https://syd.dl.onidel.com/download?fid=..."