> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-science-lab-5/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-5/tabs-for-a-dsl-project/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://3817372244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz33KQNYQvBTgQKJBgwTz%2Fuploads%2F6kOjZ565U4iywZqVZwfs%2Fimage.png?alt=media&amp;token=5a4cd9c3-2e19-4d94-a98e-1fb951309361" alt=""><figcaption></figcaption></figure>
* Open the ***Body*** tab.
* Select the ***raw*** option.
* Provide the input DataFrame.

<figure><img src="https://3817372244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz33KQNYQvBTgQKJBgwTz%2Fuploads%2FwlmrcpPB8zSgtDgOUGPC%2Fimage.png?alt=media&amp;token=0d24d371-c0a8-4382-8c85-7a9c609d1cd0" alt=""><figcaption></figcaption></figure>

* Click the ***Save*** option.
* Click the ***Send*** option.
* The response will appear below.

<figure><img src="https://3817372244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz33KQNYQvBTgQKJBgwTz%2Fuploads%2F1RTPJCksjD1HnJ4llHQ3%2Fimage.png?alt=media&amp;token=7d1d1bef-bbb9-4c79-84e5-fdb98ba0dc6f" alt=""><figcaption></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 %}
