Home  ›  Getting Started  ›  API Overview

API Overview

The Vokoder FM API

The Vokoder FM API consists of three different API libraries: REST API, IFrame API, JavaScript API. Both the JavaScript and IFrame API’s are designed to be really quick and easy ways to embed Vokoder FM Media Player onto your site or application and require no authentication or API Keys.

The REST API is developed to help you create your own media application and interact directly with data on Vokoder FM.

JavaScript API

The JavaScript API allows you to create a custom Vokoder FM Media Player in your web application or blog.

The Media Player has two basic layouts, however you can fully customize the look and feel of the player by using your own custom style sheet or overriding elements on the page!

  • Slimbar Layout
  • Media Layout

There are also 6 Quick Media Player Modes, that with a single line of code you can embed playlists, artists, albums, tracks and more in your application

  • Track Mode
  • Playlist Mode
  • Artist Mode
  • Album Mode
  • User Mode
  • Label Mode (coming soon)

Advanced Mode, if you are building a more complicated application we built some more functionality utilizing authentication, you can read more about the JavaScript API for details and implementation.

IFrame API

The IFrame API is really just a wrapper on top of the Javascript API to allow you to quickly embed a player onto your site if you cannot embed JavaScript.

Like the JavaScript API, the IFrame Vokoder FM Media Player can be completely customized with a user supplied css style sheet.

REST API

The Vokoder FM REST API is a while different beast, please read the REST API Quick Start Guide for more information.