Kineos ยท Developers

Kineos Public API

This is the developer documentation for the deliberately small, read-only public Kineos API. Its purpose is product and API discovery for websites, crawlers and automated agents.

Public scope only.

This API does not expose studio operations, tenant data, students, contracts, payments, authentication, health records or administrative actions. Authenticated Kineos application surfaces are not public agent APIs.

Base URL

https://www.kineosapp.com.br

Public operations

GET /api/public/v1/status

Returns availability and canonical discovery links for this public metadata surface.

curl -H "Accept: application/json" \
  https://www.kineosapp.com.br/api/public/v1/status

GET /api/public/v1/capabilities

Describes the capabilities Kineos intentionally exposes to unauthenticated clients and agents.

curl -H "Accept: application/json" \
  https://www.kineosapp.com.br/api/public/v1/capabilities

OpenAPI and function calling

The machine-readable specification is available at /openapi.json. It uses OpenAPI 3.1 and stable operationId values so OpenAPI-compatible tools can import the two documented read-only operations.

Automated clients must not infer additional operations from frontend routes, third-party integrations or authenticated product surfaces. If an operation is not in the public OpenAPI document, it is not part of the Kineos Public API.

Markdown representation

This canonical documentation URL supports content negotiation. Send Accept: text/markdown to /developers to receive the Markdown representation; normal browser requests receive this HTML document.

curl -H "Accept: text/markdown" \
  https://www.kineosapp.com.br/developers

Public references