Skip to content

Instantly share code, notes, and snippets.

@sekka1
Created June 1, 2012 00:54
Show Gist options
  • Save sekka1/2847701 to your computer and use it in GitHub Desktop.
Save sekka1/2847701 to your computer and use it in GitHub Desktop.
UseCase_1_Recommendation_step_3
curl -i
-d 'job_params={
"job": {
"algorithm": {
"id": "14"
},
"input_variables": {
"datasource_id_seq": "<ID Returned in Step #1>",
"type": "item",
"item": "Terminator The 1984"
}
}
}'
-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