Skip to content

Instantly share code, notes, and snippets.

@sekka1
Created June 1, 2012 00:53
Show Gist options
  • Save sekka1/2847693 to your computer and use it in GitHub Desktop.
Save sekka1/2847693 to your computer and use it in GitHub Desktop.
UseCase_1_Recommendation_step_2
curl -i
-d 'job_params={
"job": {
"algorithm": {
"id": "13"
},
"input_variables": {
"datasource_id_seq": "<ID Returned in Step #1>",
"field_user_id": "user",
"field_item_id": "item",
"field_preference": "pref"
}
}
}'
-H "authToken: <authToken>"
https://v1.api.algorithms.io/jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment