Running a model is a matter of creating a client that is able to send a POST request to a common endpoint, and provide Json in the request body and consume the standard Json that is returned from the model.
The endpoint for running a model is:
The **endpoint for running a model** is:
```
{{vipslogic_url}}/models/{{MODEL_ID}}/run
```
Get the model ID by simply connecting to
**Get the model ID** by simply connecting to
```
{{vipslogic_url}}/models/
```
So you must create a model configuration object and pass it in the request body. Each model has its own set of input data. To se a configuration example for a specific model, query
So you must create a model configuration object and pass it in the request body. Each model has its own set of input data.
To see a **configuration example for a specific model**, query