Automation Systems
You can connect a radio automation system to Creek in order to supply music information.
Need help connecting your automation system? Contact us!
Tutorials
Here are tutorials for a few common automation systems:
- RadioDJ
- MegaSeg
- Radiologik
- Simian
- Not on the list? Just ask! We'll figure it out.
Other automation systems
Most automation systems have a way to send out the current song info.
Creek has a universal interface, called an API, that lets you connect any automation system — as long it can send HTTP requests with song info each time it plays a song.
By GET requests
http://station-name.creek.fm/api/tracks/add?key=YOUR-STATION-API-KEY&artist=ARTIST&title=TITLE&album=ALBUM&label=LABEL
-
Modify the
ARTIST
andTITLE
etc. fields so that they use the "variable" syntax of your automation system. -
Replace
YOUR-STATION-API-KEY
with your API key.
By POST request
http://station-name.creek.fm/api/tracks/add
-
Include the track information (
artist
,title
, etc.) in the POST data. -
Include your API key in the POST data as:
key
Finding your API key
You can find your API key by following this tutorial: API Keys
Data Fields
- Supported data fields:
-
artist
-
title
-
album
-
label
-
year
-