Help Center> Natural Language Processing> FAQs> Which Methods Can Be Used to Call NLP APIs?

Which Methods Can Be Used to Call NLP APIs?

You can initiate a request to invoke NLP APIs based on constructed request messages using any of the following three methods:
  • cURL

    cURL is a command-line tool used to perform URL operations and transfer files. cURL acts as the HTTP client that can send HTTP requests to the HTTP server and receive response messages. It is applicable to API debugging. For more information about cURL, visit https://curl.haxx.se/.

  • Code

    You can invoke APIs using code to assemble, send, and process request messages.

  • REST client

    Both Mozilla Firefox and Google Chrome provide a graphical browser plugin, that is, REST client, to send and process requests. Download Postman from https://www.getpostman.com/.