DEVELOPERS

Developer references for Kinetic Discovery.

Public docs cover route shapes, schemas, jobs, sample objects, and the sandbox model. Cipher and Control support the workflow underneath it.

Schema → API → Workflow → Review → Audit

Discovery is the main surface. Cipher protects files and Control manages scopes, keys, and audit.

Public docs

Read route shapes, schemas, sample objects, and job flow.

Sandbox

Evaluate ingestion, graph creation, search, and review-packet output with sandbox credentials.

Production

Production keys are issued after the environment, the use case, and the access scope are reviewed.

ROUTES

Core routes

POST /v1/workspacesCreate a workspace or matter for file intake, search, review, and export.
POST /v1/filesUpload a file bundle, evidence packet, or archive for later indexing.
POST /v1/discovery/indexExtract records, metadata, dates, and sources from uploaded files.
POST /v1/evidence/graphBuild a source-linked Evidence Graph for a workspace or matter.
POST /v1/discovery/searchSearch scoped records and return review-ready results.
POST /v1/reports/review-packetGenerate a reviewer packet with linked records and audit data.
GET /v1/audit/{workspace_id}Inspect audit events for file, search, export, and access activity.
GET /v1/jobs/{job_id}Return async job state for ingestion, graph, and report work.
POST /v1/cipher/encryptEncrypt a payload or file before exchange or storage.
POST /v1/cipher/signSign a record or payload for later verification.
POST /v1/control/credentials/requestRequest sandbox credentials or production review.
GET /v1/schemas/{schema_id}Return a versioned schema for the system.
OBJECT

Sample output

The public reference is enough for technical review and sandbox planning. It is not proof of open production access.

{
  "workspace": "matter_001",
  "input": "archive.zip",
  "records": 623,
  "graph": "graph_001",
  "report": "review_packet_001",
  "audit": true
}

Start in sandbox. Move to production after review.

That keeps the interface easy to evaluate without pretending sensitive production access is open.