Skip to main content
POST
/
snapshots
/
{snapshot_id}
Generate snapshot download URL
curl --request POST \
  --url https://api.hypercore.vn/snapshots/{snapshot_id} \
  --header 'Authorization: Bearer <token>'
{
  "url": "https://syd.dl.onidel.com/download?fid=..."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

snapshot_id
string<uuid>
required

Snapshot UUID that need to be considered for filter

Response

Successful operation

url
string<URL>
Example:

"https://syd.dl.onidel.com/download?fid=..."