# 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:
  * **Client Id**
  * **Client Secret Key**
  * **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>*&#x20;

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bdb.ai/data-science-lab/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?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
