Skip to main content
POST
/
case-summary
Get AI-generated case summary
curl --request POST \
  --url https://arbitrators.platform.arb.inc/case-summary \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseId": "2025-11-00079"
}
'
{
  "caseId": "2025-11-00079",
  "summary": "This case involves a contract dispute between ABC Corp and XYZ Ltd..."
}

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseId
string
required

Case identifier

Required string length: 1 - 36
Example:

"2025-11-00079"

Response

Case summary successfully retrieved

caseId
string
Example:

"2025-11-00079"

summary
string
Example:

"This case involves a contract dispute between ABC Corp and XYZ Ltd..."