Check document compliance
check_complianceGenerate a curl command for the Court Rules compliance check API. This tool does NOT run the check itself; it formats your inputs into a ready-to-use curl command targeting api.courtrules.app/api/v1/check (requires an API key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_pro_se | No | Whether the filer is self-represented (pro se) | |
| judge_slug | Yes | The judge's URL slug (e.g., "carol-bagley-amon") | |
| page_count | Yes | Number of pages in the document | |
| word_count | Yes | Number of words in the document | |
| district_id | Yes | The district ID (e.g., "edny") | |
| motion_type | No | The motion type if applicable. Valid values: "Rule_12", "Rule_56", "Rule_50", "Rule_59", "Rule_60", "Daubert", "TRO", "preliminary_injunction", "reconsideration", "discovery", "motion_to_amend", "motion_in_limine", "general". Omit if not motion-related. | |
| document_scope | Yes | The document scope being filed. Valid values: "brief_support", "brief_reply", "brief_opposition", "reconsideration_support", "reconsideration_reply", "letter", "discovery_letter", "proposed_findings", "affidavit", "settlement_statement", "objection_response", "rule_56_1_statement" |