Public docs
Read route shapes, schemas, sample objects, and job flow.
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.
Read route shapes, schemas, sample objects, and job flow.
Evaluate ingestion, graph creation, search, and review-packet output with sandbox credentials.
Production keys are issued after the environment, the use case, and the access scope are reviewed.
POST /v1/workspaces | Create a workspace or matter for file intake, search, review, and export. |
POST /v1/files | Upload a file bundle, evidence packet, or archive for later indexing. |
POST /v1/discovery/index | Extract records, metadata, dates, and sources from uploaded files. |
POST /v1/evidence/graph | Build a source-linked Evidence Graph for a workspace or matter. |
POST /v1/discovery/search | Search scoped records and return review-ready results. |
POST /v1/reports/review-packet | Generate 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/encrypt | Encrypt a payload or file before exchange or storage. |
POST /v1/cipher/sign | Sign a record or payload for later verification. |
POST /v1/control/credentials/request | Request sandbox credentials or production review. |
GET /v1/schemas/{schema_id} | Return a versioned schema for the system. |
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
}
That keeps the interface easy to evaluate without pretending sensitive production access is open.