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

Last updated