logoBack to home screen

Downloading Contents with REST

This document explains how to download contents from an access using ADx REST API.

  1. Log in to ADx and open the repository where the contents to be downloaded are stored:

  2. Select the content you want to download. Copy the content's technical ID:

  3. Go back to the landing page and click the API link under content access where the contents to be downloaded are stored:

    Swagger page opens, showing the available ADx endpoints.

  4. Open the /access.adx.content.test/v1/content/download endpoint available under Content. Click Try it out to activate the fields.

  5. Enter the content technical ID into the contentId field.

  6. Change other properties if required.

  7. Click Execute and check the response. A response with status 200 (success) is expected, giving you a link as the response body. Use the link to download the content.