eFile to courts using REST APIs



Built for Growth

Take your business farther, faster

Legal APIs are complex, so who you work with matters. We are the perfect partner for you if you want to achieve something great. Businesses and startups use our APIs to launch faster, adapt as they grow, and automate workflows to achieve more with less. If you have ideas, we can help you.

Clients

We work with clients who prioritize people

Use Cases

Here are a few...Tell us your

Bulk / Batch eFiling

Streamline the process of filing large volumes of documents, such as batch submissions of legal forms or court documents, with a focus on efficiency and accuracy.

Practice Management Integration

Provide a fast and easy integration solution for practice management systems like Clio, My Case, Filevine etc to connect with court systems.

Access to Justice

Startups and entrepreneur - create self-service tools for self-filers to prepare and file legal documents, democratizing access to legal resources and making the legal system easier to navigate without expensive representation.

Coverage

We are constantly adding more

California

Texas

Illinois

Indiana

Maryland

Florida (Civil)

Features

Simple but robust eFiling APIs

Contact us for your client token and start right away. Many clients go live in days.

Development support

We offer development support for your team or can handle integration development for you.

Will meet compliance

APIs can be deployed on-premises to meet compliance requirements, such as HIPAA, ensuring that no data leaves your network

Custom pricing

For high-volume filers processing more than 1,000 submissions per month

Proven

Used by a range of organizations, from large enterprises to small businesses and hobbyists

Always expanding

We continuously integrate new counties and states, along with their statuses, as they become available

How to get started

You can get connected to the court within a day

1. Connect with us to request a client token

Schedule a call

2. Authenticate using client token in the header and get auth token

POST /v2/{{STATE}}/user/authenticate

{
  "data": {
    "username": "{{USERNAME}}",
    "password": "{{PASSWORD}}"
  }
}

3. Build a payload

{
  "data": {
    "jurisdiction": "dc:8thbalto",
    "case_parties": [
      {
        "first_name": "true",
        "middle_name": "Logix DS",
        "last_name": "Flower Mound",
        "type": "Plaintiff"
      },
      {
        "first_name": "true",
        "middle_name": "Logix DS",
        "last_name": "Flower Mound",
        "type": "Plaintiff"
      }
    ],
    "filings": [
      {
        "code": "26638",
        "file": "base64://JVBERi0xLjQNCiXDosOjw4/Dkw0KNSAwIG???.",
        "optional_services": [
          {
            "quantity": "1",
            "code": "26838"
          }
        ],
        "file_name": "sample.pdf",
        "description": "Complaint/Petition - Landlord Tenant - Personal Service",
        "doc_type": "7712"
      }
    ]
  }
}

4. eFile with auth token in the header and payload in the body

POST /v2/{{STATE}}/efile

Pricing

Tiered Pricing

Up to 250 submissions / month

$50 / month
  • + $7 per submission

Up to 500 submissions / month

$200 / month
  • + $3 per submission

Up to 1000 submissions / month

$200 / month
  • + $3 per submission for 1 to 500
  • + $2 per submission for 501 to 1000

Over 1000 submissions / month

$200 / month
  • + $3 per submission for 1 to 500
  • + $2 per submission for 501 to 1000
  • + $1 per submission for over 1000

Ask Question

If you are not ready to connect, just send us your query

Loading
Your message has been sent. Thank you!