# Pass Model values in  Postman

* Navigate to the Postman.
* Add a new ***POST*** request.
* Pass the URL with model name.

&#x20;      &#x20;

![Passing the Model  in the POST request under the Postman ](https://972575688-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRYq1HgffNfbnIMWPu1D5%2Fuploads%2FUQNs6dboJP94TDUAPXjO%2Fimage.png?alt=media\&token=5c2be1a4-af08-4e41-9a8f-b697621babd4)

* Provide required parameters under the ***Params*** tab:

  a.     **Client Id**

  b.    **Client Secret Key**

  c.     **App Name**&#x20;

![Providing the required Parameters](https://972575688-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRYq1HgffNfbnIMWPu1D5%2Fuploads%2FtMOTKEYOFMPezAsyYxe1%2Fimage.png?alt=media\&token=2a012391-a4a0-4933-9f89-b8675606d782)

* Open the ***Body*** tab.
* Select the ***raw*** option.
* Provide the input dataframe.
* Click the ***Send*** option.
* The response will appear below.
* You can save the response by using the ***Save Response*** option.

&#x20;    &#x20;

![Getting Response based on the Model input](https://972575688-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRYq1HgffNfbnIMWPu1D5%2Fuploads%2FL2NYKDIt6Dmwq3Ddw4fz%2Fimage.png?alt=media\&token=810111b4-1e9c-4630-9c4b-a03ba1066b95)

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The model registered as an API service can be easily consumed under various apps.*
{% endhint %}
