Acoustic Content is a cloud-based content management system that provides your business the ability to create, store, and retrieve content for your business needs in an effortless way. Acoustic AI automatically analyzes images and provides tag suggestions to help make your process easier. You can retrieve the content by using the APIs to publish them in various media. You can publish the content through the various channels by selecting only parts of the content that is required for each channel. For example, a graduation promotional content can be published on a website with multiple images, text, and video. The same graduation promotional content can be emailed to subscribed customers with just an email text and an image.
Figure 1. Delivering content across channels
Delivering content across channels

Help documentation

To get started with the Content user interface, see Product Documentation.

API reference documentation

To get started with the Content APIs, see Documentation.

Samples

Learn, develop, and explore Content and its APIs with samples that range from simple to complex. View the samples live in the samples gallery

Tutorials

For end-to-end instructions about using the Content, see the topics listed under Tutorials.

Headless content management

Sites


//function openLang(evt, cityName) { // Declare all variables //var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them //tabcontent = document.getElementsByClassName("tabcontent"); //for (i = 0; i < tabcontent.length; i++) { // tabcontent[i].style.display = "none"; //} // Get all elements with class="tablinks" and remove the class "active" //tablinks = document.getElementsByClassName("tablinks"); //for (i = 0; i < tablinks.length; i++) { // tablinks[i].className = tablinks[i].className.replace(" active", ""); //} // Show the current tab, and add an "active" class to the button that opened the tab // document.getElementById(cityName).style.display = "block"; // evt.currentTarget.className += " active"; //} //$('a[data-toggle="pill"]').on('shown.bs.tab', function (e) { // $(e.target).removeClass( "light-blue" ); // $(e.relatedTarget).addClass( "light-blue" ); //}) // collapsible blocks // var coll = document.getElementsByClassName("collapsible"); // var i; // for (i = 0; i < coll.length; i++) { // coll[i].addEventListener("click", function() { // this.classList.toggle("active"); // var content = this.nextElementSibling; // if (content.style.maxHeight){ // content.style.maxHeight = null; // } else { // content.style.maxHeight = content.scrollHeight + "px"; } // }); // }