Download

Download API

1.0.0OAS 3.1
API Base URL
  • Server 1:https://{your-bynder-domain}/
Security
OAuth2 (oauth2)

Authorization Code OAuth Flow

Authorize URL: https://{your-auth-url}

Token URL: https://{your-bynder-domain}/v6/authentication/oauth2/token

Scopes:

  • ARCHIVEDOWNLOAD -
  • DOWNLOADWATERMARK -
  • KEYVISUALSDOWNLOAD -
  • MEDIAHIGHRES -

Client Credentials OAuth Flow

Token URL: https://{your-bynder-domain}/v6/authentication/oauth2/token

Scopes:

  • ARCHIVEDOWNLOAD -
  • DOWNLOADWATERMARK -
  • KEYVISUALSDOWNLOAD -
  • MEDIAHIGHRES -
permanentToken (apiKey)

An API key is a token that you provide when making API calls. Include the token in a header parameter called Authorization.

Example: Authorization: 123

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