1

http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/alchemylanguage/overview.shtml

When is SDK used and when cURL? What is the difference between the 2? In the link, tutorials for both are given

DeadPool
  • 185
  • 2
  • 13

1 Answers1

1

The SDK allows you to call IBM Watson APIs faster by avoiding a lot of boilerplate code in your requests.

cURL allows you to execute the APIs directly in your terminal (without having to write code) and are comprehensible by most developers. In case your favorite language doesn't have an SDK yet, you can replicate the requests by looking at the cURL command.

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Yacine Rezgui
  • 1,771
  • 1
  • 18
  • 15