Skip to content

Downloads Resource

The Downloads resource is a sub-resource to the Files resource. It deals with downloading the actual, binary file content from the internal MediaHub storage space. The Downloads resource supports the following methods and requests can be authorized either via Bearer token header or HMAC signature:

Available Methods

GET /files/downloads/

  • Description: Allows querying absolute, downloadable URLs of files created by a successfully finished conversion Job or uploaded earlier via call to /files/uploads.
  • Authentication:
    • Required: Yes
    • Methods: Bearer token, HMAC
  • Details: See GET /files/downloads/ for more information.