REST API
Using the REST API
Authorization: Bearer <token>Endpoints
Create Model
POST https://app.aporia.com/v1beta/models
{
"id": "my-model",
"name": "My Model",
"description": "My awesome model",
"color": "turquoise",
"icon": "fraud-detection",
"owner": "owner@example.com",
"tags": {
"foo": "bar"
}
}Parameter
Type
Required
Description
Value
Type
Description
Delete Model
Parameter
Description
Get Model Versions
Parameter
Description
Value
Type
Description
Create Model Version
Parameter
Description
Parameter
Type
Required
Description
Value
Type
Description
Create Monitor
Parameter
Type
Required
Description
Value
Type
Description
Delete Monitor
Parameter
Description
Get Existing Environments
Value
Type
Description
Get Model Tags
Parameter
Description
Value
Type
Description
Delete Model Tag
Parameter
Description
Create Model Tags
Parameter
Description
Parameter
Type
Required
Description
Update Model Owner
Parameter
Description
Parameter
Type
Required
Description
Value
Type
Description
Update Feature Positions
Parameter
Description
Parameter
Type
Required
Description
Update Feature Importance
Parameter
Description
Parameter
Type
Required
Description
Last updated