● Enforcement · v2 roadmap
Filings coming soon
Court filing generation from matter data: discovery orders, turnover motions, contempt motions. Export as PDF.
| POST | /v2/filings | Generate court filing |
| GET | /v2/filings | List filings |
| GET | /v2/filings/{filing_id} | Get filing |
| POST | /v2/filings/{filing_id}/export | Export filing as PDF |
| GET | /v2/filings/templates | List filing templates |
Generate court filing
Generate a court filing from matter data. Supports discovery orders, turnover motions, contempt motions, and receiver reports.
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.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
List filings
List generated filings for a matter.
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.
# 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 filing
Retrieve a generated filing with metadata and download link.
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.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Export filing as PDF
Render the filing to a court-ready PDF with exhibits attached.
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.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
List filing templates
List available filing templates by jurisdiction and filing type.
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.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.