# Invoke the API from a client
To perform inference from a client application, you will use a web tool called **ReqBin**, which allows to send HTTP requests to APIs.
- Access ReqBin at https://reqbin.com/
- Configure the client as shown in the following screenshot:
Make sure you:
- Provide the address of the Amazon API Gateway API you deployed in the previous step.
- Set the method to POST
- Set the content type to text/plain
- Add an inference record as content. Example: `L, 298.4, 308.2, 1582, 70.7, 216`
Then, click on **Send** to execute the request and get the inference result.