hila REST API

The hila REST APIs provide CRUD operations to deploy, manage, and monitor machine-learning models — drift detection, explainability, model performance, alerts, data profiling, inference tracking, pipelines, projects, and segments. Authentication is a bearer access_token obtained from POST /v1/user/login. The API is served per customer deployment from the webservices subdomain (e.g. https://webservices.company.vianai.site), with interactive OpenAPI docs at /docs on that host.

API entry from apis.yml

apis.yml Raw ↑
name: hila REST API
description: The hila REST APIs provide CRUD operations to deploy, manage, and monitor machine-learning
  models — drift detection, explainability, model performance, alerts, data profiling, inference tracking,
  pipelines, projects, and segments. Authentication is a bearer access_token obtained from POST /v1/user/login.
  The API is served per customer deployment from the webservices subdomain (e.g. https://webservices.company.vianai.site),
  with interactive OpenAPI docs at /docs on that host.
humanURL: https://docs.vian.ai/5.0-r2/apis.html
baseURL: https://webservices.company.vianai.site
tags:
- Machine Learning
- Model Monitoring
- MLOps
properties:
- type: APIReference
  url: https://docs.vian.ai/5.0-r2/api-list.html
- type: GettingStarted
  url: https://docs.vian.ai/5.0-r2/api-quickstart.html
- type: Authentication
  url: authentication/vianai-systems-authentication.yml
- type: Conventions
  url: conventions/vianai-systems-conventions.yml
- type: MCPServer
  url: mcp/vianai-systems-mcp.yml