Downloading Contents with REST
This document explains how to download contents from an access using ADx REST API.
-
Log in to ADx and open the repository where the contents to be downloaded are stored:
-
Select the content you want to download. Copy the content's technical ID:
-
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.
-
Open the
/access.adx.content.test/v1/content/download
endpoint available under Content. Click Try it out to activate the fields. -
Enter the content technical ID into the contentId field.
-
Change other properties if required.
-
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.