Skip to main content

Court Decision Insight

Summary: AI-powered analysis and summary of court decisions

This data type provides enriched insights from court decisions, including extracted summaries, verdicts, and party information. It is generated from the raw Court Decision data using AI analysis.

The Court Decision Insight's history is regardless of the month history current setting.

FieldTypeDescription
iduuidUnique identifier (UUID)
court_decision_iduuidReference to the source Court Decision
datedateDate of the court decision
courtstringName of the court that issued the decision
procedure_typestringType of legal procedure (e.g., civil, commercial)
plaintiffsstring[]List of plaintiff names
defendantsstring[]List of defendant names
summarystringAI-generated summary of the court decision
jugement_reasonstringReasoning behind the court's decision
verdictstringThe court's verdict or ruling
convictionstringDetails of any conviction or penalty

Provider

This data type is provided by Infogreffe Court Decision.

Endpoint

GET/api/v6/users/{userId}/court-decision-insights

Returns a paginated list of court decision insights for the user.

Example Response

{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"court_decision_id": "660e8400-e29b-41d4-a716-446655440001",
"date": "2024-03-15",
"court": "Paris Commercial Court",
"procedure_type": "Commercial",
"plaintiffs": ["Company ABC SAS"],
"defendants": ["Business XYZ SARL"],
"summary": "Commercial dispute about unpaid invoices...",
"jugement_reason": "The court notes that the defendant did not fulfill its contractual obligations...",
"verdict": "The court orders the defendant to pay the outstanding amount.",
"conviction": "Payment of EUR 50,000 plus statutory interest"
}
],
"pagination": {
"total": 1,
"page": 1,
"limit": 10
}
}

Use Cases

  • Due Diligence: Analyze past litigation to assess legal risks
  • Risk Assessment: Understand the nature and outcomes of legal disputes
  • Compliance: Monitor for relevant court decisions affecting the company

See Also