openapi: 3.2.0
info:
title: Compresr Platform Admin Ready API
version: 1.0.0
servers:
- url: https://api.compresr.ai
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Ready
paths:
/ready:
get:
summary: Readiness
description: 'Readiness probe for Kubernetes/orchestrator.
Returns 200 only if the service can handle requests:
- Compression engine is initialized
- At least one model is available'
operationId: readiness_ready_get
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
tags:
- Ready
components:
securitySchemes:
HTTPBearer:
type: http
scheme: bearer