Pass Model Values in Postman

  • Navigate to the Postman.

  • Add a new POST request.

  • Pass the URL with model name.

  • Provide required parameters under the Params tab:

    • Client Id

    • Client Secret Key

    • App Name

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

Please Note:

  • 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 to get redirected to the quick start flow page.

Last updated