Accessing Media Content
If you know the publication name, language code, and filename of a media topic, you can form a RESTful URL to access the binary media object. This RESTful URL structure can be used instead of the mediabin of the API calls in the content module.
Using the /media/ folder triggers RESTful URL syntax. This URL structure provides an easy way to access a binary media object, such as a PDF, MP4 video, or a simple graphic like a JPG or PNG without using more complicated URLs or multiple URL parameters (for example, &action=mediabin&pub=Doc&lang=en&filename=media.png).
The following RESTful URL is available to access media objects:
/LiveContent/media/<lang>/<pub name>/<filename>This URL can be used instead of the mediabin action in the Content Objects module.