File legal documents with any US court through a single API call. Your AI agent drafts the motion. CourtFile files it.
const response = await fetch('https://api.courtfile.dev/v1/filings', {
method: 'POST',
headers: {
'Authorization': 'Bearer cf_live_...',
'Content-Type': 'application/json'
},
body: JSON.stringify({
court: 'ca-superior-los-angeles',
case_number: '24STCV01234',
document_type: 'motion',
document_url: 'https://your-storage.com/motion.pdf',
filer_name: 'Jane Smith, Esq.',
service_contacts: ['opposing@lawfirm.com']
})
});
// Response in < 2 seconds
{
"filing_id": "fil_7x9k2m3n",
"status": "submitted",
"confirmation_number": "2024-LA-0098234",
"timestamp": "2024-11-15T14:23:01Z",
"estimated_processing": "same_day"
}Send a document and a destination. We handle court-specific formatting, filing fees, submission, confirmation, and status tracking.
Every filing returns a timestamped confirmation receipt. Track status in real time. Malpractice-grade reliability for automated workflows.
Tyler Odyssey, File & ServeXpress, TrueFiling, and 50+ court systems. We update them when courts change their portals. You never touch it.
Pick a court, choose a document type, hit file. This is what your integration looks like.
Your cost scales with your revenue.
First 1,000 filings/month
1,000+ filings/month
Volume pricing, SLA, dedicated support
A single state court integration takes 2-4 weeks of engineering time. There are 50+ major e-filing systems across US courts. Let us handle it.