Accept Aisystems API is one of 23 APIs that Accept publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
Tagged areas include Aisystems. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and an AsyncAPI specification.
This API exposes
5 operations
across 5 paths,
and defines 8 schemas.
It is described by OpenAPI 3.1.0, at version 1.1.0-rc.1.
Requests are made against a single base URL, http://localhost:8080.
5 operations5 paths8 schemas5 GET
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
1.1.0-rc.1
Base URL
https://midas.accept.io
Authentication
HTTP Bearer
Resource Areas
1
Authentication & Security 1
Accept Aisystems API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (BearerAuth).
By default, every request must be authenticated.
BearerAuth — Static bearer token. Configured via MIDASAUTHTOKENS or midas.yaml auth.tokens. Not required when auth.mode=open (development only).
Paths & Operations 5
Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.
Aisystems 5
GET
/v1/aisystems
List AI systems
listAISystems→ 200401403500501
GET
/v1/aisystems/{id}
Get an AI system by ID
getAISystem1 param→ 200401403404500501
GET
/v1/aisystems/{id}/versions
List versions for an AI system
listAISystemVersions1 param→ 200401403404500501
GET
/v1/aisystems/{id}/versions/{version}
Get a specific AI system version
getAISystemVersion2 params→ 200400401403404500501
GET
/v1/aisystems/{id}/bindings
List bindings for an AI system
listAISystemBindings1 param→ 200401403404500501
Schemas 8
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are AISystemVersion (16 properties), AISystem (14 properties), AISystemBinding (12 properties), ExternalRef (5 properties). Each schema is shown below with its type and property counts.
AISystem
object
AI System registry entry. Identity-only; risk classification and external references are deferred to follow-up epics. Status is honoured at apply time (no revi…
14 properties7 required
AISystemsResponse
object
Top-level response shape for GET /v1/aisystems. The aisystems array is always present (never null).
1 property1 required
AISystemVersionsResponse
object
Top-level response shape for GET /v1/aisystems/{id}/versions. The versions array is always present (never null).
2 properties2 required
ExternalRef
object
Structured reference to an entity in an external system (ServiceNow, LeanIX, GitHub, internal catalogues, custom). MIDAS records the reference but never valida…
5 properties2 required
Error
object
1 property1 required
AISystemBindingsResponse
object
Top-level response shape for GET /v1/aisystems/{id}/bindings. The bindings array is always present (never null).
2 properties2 required
AISystemVersion
object
Versioned snapshot of an AISystem. Identified by composite (aisystemid, version). Status is honoured at apply time.
16 properties7 required
AISystemBinding
object
Immediate-apply junction linking an AI system (optionally pinned to a specific version) to one or more existing MIDAS context entities (BusinessService, Capabi…
12 properties3 required
Specification
The full machine-readable OpenAPI contract behind this narrative.