Download latest edition

Audio.co allows third-party applications like automation systems to download the latest edition of a newscast.

You will need to know the project's unique identifier (UUID) to download audio. This can be found in your browser's address bar when editing a newscast.

Audio files will be downloaded when accessed via the following endpoints. Streaming audio hosted directly from Audio.co is not supported.

Latest edition

https://app.audio.co/api/projects/{uuid}/latest

MP3 format

https://app.audio.co/api/projects/{uuid}/latest.mp3

Wave format

https://app.audio.co/api/projects/{uuid}/latest.wav

M3U format

https://app.audio.co/api/projects/{uuid}/latest.m3u

A previous version of this API used the format used radionewsai.comURLs . These remain available for legacy integrations, but may be deprecated in future. We recommend switching to fetch audio from the Audio.co URLs provided above.