Create a audio on your account with the specified parameters. Don't forget to specify POST as the request method as GET will call the list action rather than create.
https://streamio.com/api/v1/audios.format
POST
201
Simplest case scenario is to just post with the file parameter set to a audio file on your hard drive.
curl -u username:password \ -F file=@path/to/audio.jpg \ https://streamio.com/api/v1/audios.json