ModelOp Center REST API

The REST-compliant, microservices-based API of ModelOp Center. It exposes the governance inventory (StoredModel entities — Use Cases and Model Implementations), snapshots (immutable model versions), assets, schemas, jobs, deployments, runtimes, Model Life Cycle (BPMN) signals, audit records and application/custom forms. ModelOp Center is customer-deployed, so the API is served from the customer's own base URL and its Swagger UI lives at /swagger-ui/webjars/swagger-ui/index.html?urls.primaryName=model-manage. No OpenAPI document is published at a public URL, so none is captured in this repo.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/modelop-center-rest-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: ModelOp Center REST API
description: The REST-compliant, microservices-based API of ModelOp Center. It exposes the governance
  inventory (StoredModel entities — Use Cases and Model Implementations), snapshots (immutable model versions),
  assets, schemas, jobs, deployments, runtimes, Model Life Cycle (BPMN) signals, audit records and application/custom
  forms. ModelOp Center is customer-deployed, so the API is served from the customer's own base URL and
  its Swagger UI lives at <base>/swagger-ui/webjars/swagger-ui/index.html?urls.primaryName=model-manage.
  No OpenAPI document is published at a public URL, so none is captured in this repo.
humanURL: https://modelopdocs.atlassian.net/wiki/spaces/MDHV
baseURL: https://{modelop-base-url}/api
x-base-url-note: 'TEMPLATED ON PURPOSE — do not "repair" this to www.modelop.com. ModelOp Center is customer-deployed
  software; every customer runs the API on their own host, which is what the docs mean by <<MODELOP-BASE-URL>>
  and <<YOUR-BASE-URL>>. ModelOp operates no public API host: api.modelop.com, developer.modelop.com and
  docs.modelop.com all fail DNS resolution (checked 2026-08-25). Substituting the marketing site would
  name a host that serves no API.'
tags:
- AI Governance
- Model Risk Management
- ModelOps
properties:
- type: Documentation
  url: https://modelopdocs.atlassian.net/wiki/spaces/MDHV
- type: GettingStarted
  url: https://modelopdocs.atlassian.net/wiki/spaces/MDHV/pages/3159982123/Getting+Started+with+ModelOp+Center
- type: Authentication
  url: authentication/modelop-authentication.yml
- type: Conventions
  url: conventions/modelop-conventions.yml
- type: DataModel
  url: data-model/modelop-data-model.yml
- type: CLI
  url: cli/modelop-cli.yml
- type: RateLimits
  url: rate-limits/modelop-rate-limits.yml