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/docsThis 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.jsonBecause 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:
- Overview — the envelope, entry paths, auth headers.
- Builder guide — forms CRUD with an API key.
- Submitter guide — sessions, validate vs submit, partial save.
- Agent quickstart — the full agent loop.
- Parsing validation responses — self-correction.
- Validation reference — every error code.
