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

Enforcement · v2 roadmap

Filings coming soon

Court filing generation from matter data: discovery orders, turnover motions, contempt motions. Export as PDF.

POST/v2/filingsGenerate court filing
GET/v2/filingsList filings
GET/v2/filings/{filing_id}Get filing
POST/v2/filings/{filing_id}/exportExport filing as PDF
GET/v2/filings/templatesList filing templates
POST/v2/filings

Generate court filing

Generate a court filing from matter data. Supports discovery orders, turnover motions, contempt motions, and receiver reports.

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/filings

List filings

List generated filings for a matter.

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/filings/{filing_id}

Get filing

Retrieve a generated filing with metadata and download link.

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.
POST/v2/filings/{filing_id}/export

Export filing as PDF

Render the filing to a court-ready PDF with exhibits attached.

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/filings/templates

List filing templates

List available filing templates by jurisdiction and filing type.

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.