KINETIC
KINETIC APIProtocol · API reference
MD-Version 2026-06-11 Request access

Case spine · v2 roadmap

Documents coming soon

Document vault: upload, tag, attach to matters, chain-of-custody tracking.

POST/v2/documentsUpload document
GET/v2/documentsList documents
GET/v2/documents/{document_id}Get document
DELETE/v2/documents/{document_id}Delete document
GET/v2/documents/{document_id}/chain-of-custodyGet document chain of custody
POST/v2/documents

Upload document

Upload a file and attach it to a matter. Supports PDF, DOCX, PNG, JPG. Max 50 MB. Chain-of-custody metadata recorded on upload.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
GET/v2/documents

List documents

List documents for a matter, filterable by station, tag, and upload date.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
GET/v2/documents/{document_id}

Get document

Retrieve document metadata and a signed download URL.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
DELETE/v2/documents/{document_id}

Delete document

Soft-delete a document. Audit trail preserved.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
GET/v2/documents/{document_id}/chain-of-custody

Get document chain of custody

Full chain-of-custody log for a document. Every access, download, and share is recorded.

v2 · coming soon
Planned

This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.