Skip to content

Instantly share code, notes, and snippets.

@sekka1
Created April 22, 2012 19:43
Show Gist options
  • Save sekka1/2466410 to your computer and use it in GitHub Desktop.
Save sekka1/2466410 to your computer and use it in GitHub Desktop.
Dataset POST
curl -i -H "authToken: <Authentication Token>" -H "type:<File Type>" -H "friendly_name:<Name of File>" -H "friendly_description:<Description>" -H "version:<Verion>" -F theFile=@<File on local system> http://v1.api.algorithms.io/dataset -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment