Download

Media download

Retrieve asset download location

Retrieve the download location for an asset.
Warning: Requires the MEDIAHIGHRES security role.
Warning: Requires the ARCHIVEDOWNLOAD security role if the asset in question is archived.
Warning: Requires the DOWNLOADWATERMARK security role if the asset in question is watermarked.
Warning: Requires the KEYVISUALSDOWNLOAD security role if the asset in question is marked as limited usage.

get
https://{your-bynder-domain}/api/v4/media/{id}/download

Query Parameters

typestring

Allowed values:originaladditional

Default:original

Path Parameters

idstringrequired

Example:00000000-0000-0000-0000000000000000

Response

application/json

URL from which you can download the requested asset file.

disclaimerstring

Example:<p>1. The photographs and video in the mediabank are to be used by anyone and everyone.</p>

s3_filestring

Example:___TEMPORARY_DOWNLOAD_URL___

get/api/v4/media/{id}/download
 
application/json

Retrieve specific asset item download location

Retrieve the download location for a specific asset item.
Warning: Requires the MEDIAHIGHRES security role.
Warning: Requires the ARCHIVEDOWNLOAD security role if the asset in question is archived.
Warning: Requires the DOWNLOADWATERMARK security role if the asset in question is watermarked.
Warning: Requires the KEYVISUALSDOWNLOAD security role if the asset in question is marked as limited usage.

get
https://{your-bynder-domain}/api/v4/media/{id}/download/{itemId}

Query Parameters

hashboolean

Default:false

Path Parameters

idstringrequired

Example:00000000-0000-0000-0000000000000000

itemIdstringrequired

Example:00000000-0000-0000-0000000000000000

Response

200 application/json

URL from which you can download the requested asset file.

disclaimerstring

Example:<p>1. The photographs and video in the mediabank are to be used by anyone and everyone.</p>

s3_filestring

Example:___TEMPORARY_DOWNLOAD_URL___

get/api/v4/media/{id}/download/{itemId}
 
200 application/json

Retrieve asset version download location

Retrieve the download location for a specific asset version.
Warning: Requires the MEDIAHIGHRES security role.
Warning: Requires the ARCHIVEDOWNLOAD security role if the asset in question is archived.
Warning: Requires the DOWNLOADWATERMARK security role if the asset in question is watermarked.
Warning: Requires the KEYVISUALSDOWNLOAD security role if the asset in question is marked as limited usage.

get
https://{your-bynder-domain}/api/v4/media/{id}/{version}/download

Path Parameters

idstringrequired

Example:00000000-0000-0000-0000000000000000

versionintegerrequired

Example:3

Response

200 application/json

URL from which you can download the requested asset file.

disclaimerstring

Example:<p>1. The photographs and video in the mediabank are to be used by anyone and everyone.</p>

s3_filestring

Example:___TEMPORARY_DOWNLOAD_URL___

get/api/v4/media/{id}/{version}/download
 
200 application/json