Create an endpoint
We will now create an endpoint for the above Deal Prediction model to allow external applications to interact with the model seamlessly and get predictions.
-
Navigate to the Endpoints component in the left menu and click Create Endpoint.

-
Name the endpoint as “Deal prediction”, choose the model as Deal Prediction ML pipeline model, the ML model that we created in the previous step, and click Create Endpoint.

-
On the endpoint’s details page, you can test the model by providing a sample request and click Get Result. For the below request, the model predicts the Stage of the deal as Closed Won.

-
Click Publish and use the endpoint URL to integrate the ML model with any other applications.

Last Updated 2025-10-29 12:32:36 +0530 IST