Document toolboxDocument toolbox

Model management API

[ 1 Overview ] [ 2 Base URLs ] [ 3 Test the API ]

Overview

The model management API can be used to work easily with model management, without the need to log in to your Devo domain. You can use it to create, update and delete models.

Base URLs

To perform a request with the Devo model management API, you must choose the base URL according to your Devo domain's region:

Region

Base URL

Region

Base URL

USA

https://api-us.devo.com/mlmodelmanager/v3/

EU

https://api-eu.devo.com/mlmodelmanager/v3/

CA

https://api-ca.devo.com/mlmodelmanager/v3/

Asia-Pacific (APAC)

https://api-apac.devo.com/mlmodelmanager/v3/

Add the corresponding paths to your base URL to perform the operation you need, such as creating a new model or deleting one. Check all the available operations and how to perform them in the following sections.

Test the API

Check the following Swagger UI pages to visualize and interact with this API. Select the proper one according to your region and start trying it out.

Authorize your API requests

You need a valid Devo token to authorize your API requests.

Region

Swagger UI documentation

Region

Swagger UI documentation

USA

https://api-us.devo.com/mlmodelmanager/doc/

EU

https://api-eu.devo.com/mlmodelmanager/doc/

CA

https://api-ca.devo.com/mlmodelmanager/doc/

Asia-Pacific (APAC)

https://api-apac.devo.com/mlmodelmanager/doc/