# Request v1

#### Method

API is using **POST** method

***

#### Supported Models

It supports the following model types:

* ✅ Binary Classification (e.g., YES/NO, True/False outcomes)
* ✅ Multiclass Classification (e.g., predicting one of several categories)
* ✅ Regression (e.g., predicting a numeric value)

***

#### Request URL

The base URL for the API endpoint is:

```
https://app.graphite-note.com/api/v1/prediction/model/[model-code]
```

Replace `[model-code]` in the URL with the code of the specific model you want to use for predictions.

***

#### Where can I find model code?

To easily find the `[model-code]`, open the specific model and navigate to the Settings tab. The model code can be found in the ID section.

<figure><img src="https://3727300098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgnR78y9L7FDWeb4jdvdW%2Fuploads%2FqVmAcITacf6p9jSsT2mO%2FScreenshot%202024-09-25%20at%2015.57.04.png?alt=media&#x26;token=9f2759ba-0aa2-4df9-ac62-cdf41518fee2" alt="" width="563"><figcaption></figcaption></figure>
