Help Center> Speech Interaction Service> FAQs> API> How Do I Call the APIs of SIS?
Updated on 2023-11-02 GMT+08:00

How Do I Call the APIs of SIS?

You can initiate a request 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 functions as an HTTP client to send HTTP requests to the server and receive response messages. It is applicable to API debugging. For more information about cURL, visit https://curl.haxx.se/.

  • Code

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

  • REST client

    Both Mozilla Firefox and Google Chrome provide a graphical browser plug-in, that is, REST client, to send and process requests. To download Postman, see https://www.getpostman.com/.

API FAQs

more