Developers
Integrate in minutes.
Everything is delivered through the API — nothing to install, nothing to host. Thin SDKs for convenience; the platform lives server-side.
RESTPythonTypeScriptGoJavaOpenAPI
quickstart · parse → prove → serve knowledge objects
# 1 · parse POST /v1/parse { "document": "s3://acme/contract.pdf" } # 2 · canonicalize POST /v1/canonical { "parse_id": "prs_7d1…" } # 3a · your AI: export model-ready projections GET /v1/canonical/can_31a…/projections?type=chunks # 3b · or serve knowledge objects from Orves GET /v1/knowledge/objects/kn_842
Small API. Deep guarantees.
| Area | What you get | Status |
|---|---|---|
| REST API | parse · knowledge · watch · verify | pilot |
| Sandbox | test keys, sample corpus, full surface, rate-limited — free | free |
| SDKs | Python · TypeScript (thin, disposable by design) | publication pending |
| OpenAPI spec | generated from the live surface | publication pending |
| Docs & API reference | markdown-first, agent-readable | soon |
| Playground | run real documents in the browser | soon |
What the API promises — and shows.
Deterministic
Same input, same version, same output. Idempotency keys on every mutating call.
Honest states
UNKNOWN and ABSTAINED are first-class API states with reasons — never silent nulls.
Certified responses
Every artifact returns with a certificate ID. Verify it on the public endpoint — no account needed.