> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-science-lab-4/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-4/repo-sync-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.
* Go to the New Collection.
* Add a new ***POST*** request.
* Pass the URL with the model name for the POST request.
* Provide required headers under the ***Headers*** tab:
  * **Client Id**
  * **Client Secret Key**
  * **App Name**

<figure><img src="https://4082649235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1QeOywZjV1cHo55cMW8u%2Fuploads%2FnkXbjXoZpMimpMOSJ2AU%2Fimage.png?alt=media&amp;token=ed94ec6a-8e29-4e23-845b-c50c488808c1" alt=""><figcaption></figcaption></figure>

* Open the ***Body*** tab.
* Select the ***raw*** option.
* Provide the input DataFrame.
* Click the ***Save*** option.
* Click the ***Send*** option.
* The response will appear below.

<figure><img src="https://4082649235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1QeOywZjV1cHo55cMW8u%2Fuploads%2FVf0DFLY7AWp2mMAaDHPP%2Fimage.png?alt=media&amp;token=5c0bb247-c06c-484d-b7a4-60ce9f7d3551" alt=""><figcaption><p><em><strong>Getting Response based on the Model input</strong></em></p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>*&#x20;

* *The model registered as an API service can be easily consumed under various apps.*
* *Refer to the* [***Data Science Lab Quick Start Flow***](https://docs.bdb.ai/data-science-lab-4/data-science-lab-quick-start-flow) *page to get an overview of the **Data Science Lab** module.*&#x20;
  {% endhint %}
