Help Center/ ImageSearch/ FAQs/ API FAQs/ How Do I Use Image Search APIs?
Updated on 2022-02-22 GMT+08:00

How Do I Use Image Search APIs?

You can send requests based on the constructed request messages using any of the following methods:

  • cURL

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

  • Coding

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

  • REST client

    Both Mozilla and Google provide a graphical browser plug-in, that is, REST client, to send and process requests.