As part of today's launch, we've documented and deployed an easy to use API for creating charts.
https://business.swivel.com/charts/997.xml.curl -X POST \
-u "YOUR_EMAIL_ADDRESS:YOUR_PASSWORD" \
-F "name=API Chart" \
-F "data=date,visits
Jan-09,50
Feb-09,100
Mar-09,200
Apr-09,400
May-09,800
Jun-09,1600" \
-k https://api.swivel.com/v1/charts.xml
Comments