Downloading Assets

In order to download assets:

1. Login

See the Quick-start guide

2. Acquire an asset

Before downloading an asset, you acquire it by spending the points in your account.

Note: In case of downloading free assets, this step can be omitted.

POST /acl
{
  "assetID": "asset id"
}

3. Create a download

POST /downloads
{
  "asset": "asset id"
}

For more details on how to customize the download package, see Asset Downloads.

4. Retrieve the zip from the download server

For paid assets:

http://downloadp.megascans.se/download/{DOWNLOAD_ID}?url=https%3A%2F%2Fmegascans.se%2Fv1%2Fdownloads

For free assets:

http://downloadf.megascans.se/download/{DOWNLOAD_ID}?url=https%3A%2F%2Fmegascans.se%2Fv1%2Fdownloads

where DOWNLOAD_ID is the id of the download resource created in step 3.

Updated: