> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-science-lab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-science-lab/~/changes/lSgdXe3Do34tLrgwmc0c/project/tabs-for-a-data-science-lab-project/tabs-for-tensorflow-and-pytorch-environment/model/register-a-model-as-an-api-service/pass-model-values-in-postman.md).

# Pass Model Values in Postman

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

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2F5wHy7q7e22QTAj8yqdii%2Fimage.png?alt=media&#x26;token=5c2be1a4-af08-4e41-9a8f-b697621babd4" alt=""><figcaption><p>Passing the Model in the POST request under the Postman</p></figcaption></figure>

* Provide required parameters under the ***Params*** tab:a. **Client Id**b. **Client Secret Key**c. **App Name**

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FHZCe1tobZwWMz6Qp3lP5%2Fimage.png?alt=media&#x26;token=2a012391-a4a0-4933-9f89-b8675606d782" alt=""><figcaption><p>Providing the required Parameters</p></figcaption></figure>

* 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.

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FHjSa2RHnEphV3mdEivDj%2Fimage.png?alt=media&#x26;token=810111b4-1e9c-4630-9c4b-a03ba1066b95" alt=""><figcaption><p>Getting Response based on the Model input</p></figcaption></figure>

{% 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 %}
