Skip to content

API Changelog

Track version bumps, deprecation notices, and breaking changes to the AICT REST API.

v1.0.0 Feature

Initial public OpenAPI 3.1 spec covering all 200+ AICT REST endpoints.

v0.9.0 Feature

Pre-release — implicit API surface with no formal spec.

vVersioning Breaking

The AICT API uses semver: The `X-OpenAPI-Version` response header always reflects the current OpenAPI document version.

vDeprecation Deprecation

When an endpoint is deprecated: 1. The spec sets `deprecated: true` on the operation 2. Responses include `Sunset: <date>` header (RFC 8594) 3. A changelog entry is added 90 days before removal 4. The `aict_api_deprecation_warning` admin notice is shown to keys still using the endpoint

See also: interactive docs · openapi.json · Postman