Skip to content

API Reference

The public API is self-describing. The authoritative, always-current reference is served by the API itself — these are not static pages, so they never drift from the deployed version.

Interactive Reference

Open the interactive Scalar reference in your browser:

text
https://api.kinoforms.com/papi/v1/docs

This is a live API reference served by the API. You can browse every /papi/v1 endpoint, see request/response schemas, and try calls.

Machine-Readable Spec

Fetch the OpenAPI document for codegen, client generation, or agent tooling:

bash
curl https://api.kinoforms.com/papi/v1/openapi.json

Because the spec is served by the API, it always matches the running version. Point your OpenAPI client generator or agent tool loader at this URL rather than vendoring a copy.

Guides

For task-oriented documentation, start with the guides:

KinoForms documentation